소스 검색

Fixed snapshot route

utkarshcmu 10 년 전
부모
커밋
34f261588f
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',
       })