Jelajahi Sumber

Merge pull request #3947 from utkarshcmu/route-fix

Fixed snapshot route
Carl Bergquist 10 tahun lalu
induk
melakukan
a6c736b8a2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      public/app/core/routes/all.js

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

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