Fixed snapshot route

This commit is contained in:
utkarshcmu 2016-02-05 00:35:02 -08:00
parent fcc960e9a2
commit 34f261588f

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