mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-05 06:45:39 +00:00
Fix: configuration for account entries listing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user