mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-04 22:35:38 +00:00
Feature: get user's accounts
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
controllerAs: 'vm'
|
||||
})
|
||||
|
||||
.when('/accounts', {
|
||||
controller: 'AccountsController',
|
||||
templateUrl: 'accounts/accounts.view.html',
|
||||
controllerAs: 'vm'
|
||||
})
|
||||
|
||||
.otherwise({redirectTo: '/login'});
|
||||
|
||||
$locationProvider.html5Mode(true);
|
||||
|
||||
Reference in New Issue
Block a user