refactor(): minor changes

This commit is contained in:
Torkel Ödegaard
2016-02-05 10:37:14 +01:00
parent f188900379
commit 273fbaac68
7 changed files with 8 additions and 12 deletions

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