Merge pull request #3947 from utkarshcmu/route-fix
Fixed snapshot route
This commit is contained in:
@@ -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',
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user