Fix: configuration for account entries listing

This commit is contained in:
2015-10-06 09:04:57 +00:00
parent e302ab986a
commit 7f8a225c82
4 changed files with 46 additions and 5 deletions

View File

@@ -34,6 +34,12 @@
controllerAs: 'vm'
})
.when('/account/:account_id', {
controller: 'AccountController',
templateUrl: 'account/account.view.html',
controllerAs: 'vm'
})
.otherwise({redirectTo: '/login'});
$locationProvider.html5Mode(true);