Cache bust json files

This commit is contained in:
Rashid Khan 2013-09-17 09:56:12 -07:00
parent 38b5c19990
commit de22a1ad34

View File

@ -244,7 +244,7 @@ function (angular, $, kbn, _, config, moment, Modernizr) {
this.file_load = function(file) {
return $http({
url: "app/dashboards/"+file,
url: "app/dashboards/"+file+'?' + new Date().getTime(),
method: "GET",
transformResponse: function(response) {
return renderTemplate(response,$routeParams);