From 7a0b3dc6497f575efc84ca196f4603590cc62a9d Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Mon, 16 Sep 2013 10:10:20 -0700 Subject: [PATCH] Fixed path to script dashboards --- src/app/services/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/dashboard.js b/src/app/services/dashboard.js index 1a7913da903..79873654213 100755 --- a/src/app/services/dashboard.js +++ b/src/app/services/dashboard.js @@ -280,7 +280,7 @@ function (angular, _, config, Modernizr) { this.script_load = function(file) { return $http({ - url: "dashboards/"+file, + url: "app/dashboards/"+file, method: "GET", transformResponse: function(response) { /*jshint -W054 */