Просмотр исходного кода

Fixed path to script dashboards

Rashid Khan 12 лет назад
Родитель
Сommit
7a0b3dc649
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/services/dashboard.js

+ 1 - 1
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 */