Commit 34f26158 by utkarshcmu

Fixed snapshot route

parent fcc960e9
...@@ -138,7 +138,7 @@ define([ ...@@ -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',
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment