瀏覽代碼

Merge pull request #3947 from utkarshcmu/route-fix

Fixed snapshot route
Carl Bergquist 10 年之前
父節點
當前提交
a6c736b8a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/core/routes/all.js

+ 1 - 1
public/app/core/routes/all.js

@@ -138,7 +138,7 @@ define([
         controller : 'ResetPasswordCtrl',
       })
       .when('/dashboard/snapshots', {
-        templateUrl: 'app/features/snapshot/partials/snapshots.html',
+        templateUrl: 'public/app/features/snapshot/partials/snapshots.html',
         controller : 'SnapshotsCtrl',
         controllerAs: 'ctrl',
       })