rename controllers and views
This commit is contained in:
parent
9066e77511
commit
505ac5b5c6
6 changed files with 13 additions and 16 deletions
|
|
@ -35,11 +35,11 @@ angular
|
|||
logged: true
|
||||
})
|
||||
.when('/receive', {
|
||||
templateUrl: 'views/addresses.html',
|
||||
templateUrl: 'views/receive.html',
|
||||
logged: true
|
||||
})
|
||||
.when('/history', {
|
||||
templateUrl: 'views/transactions.html',
|
||||
templateUrl: 'views/history.html',
|
||||
logged: true
|
||||
})
|
||||
.when('/send', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue