Merge pull request #3947 from utkarshcmu/route-fix

Fixed snapshot route
This commit is contained in:
Carl Bergquist 2016-02-05 09:51:00 +01:00
commit a6c736b8a2

View File

@ -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',
})