disable caching on style rules resource

This commit is contained in:
perploug
2013-11-19 11:08:51 +01:00
parent 11c35977d3
commit f749886bf4

View File

@@ -45,7 +45,7 @@ function stylesheetResource($q, $http, umbRequestHelper) {
"stylesheetApiBaseUrl",
"GetRules",
[{ id: id }]
)),
) +"&rnd=" + Math.floor(Math.random()*1001), {cache: false}),
'Failed to retreive stylesheets ');
},