Commit de22a1ad by Rashid Khan

Cache bust json files

parent 38b5c199
...@@ -244,7 +244,7 @@ function (angular, $, kbn, _, config, moment, Modernizr) { ...@@ -244,7 +244,7 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
this.file_load = function(file) { this.file_load = function(file) {
return $http({ return $http({
url: "app/dashboards/"+file, url: "app/dashboards/"+file+'?' + new Date().getTime(),
method: "GET", method: "GET",
transformResponse: function(response) { transformResponse: function(response) {
return renderTemplate(response,$routeParams); return renderTemplate(response,$routeParams);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment