Commit a6c736b8 by Carl Bergquist

Merge pull request #3947 from utkarshcmu/route-fix

Fixed snapshot route
parents 5b02d63c 34f26158
......@@ -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',
})
......
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