rename controllers and views

This commit is contained in:
Matias Alejo Garcia 2014-10-30 14:13:40 -03:00
commit 505ac5b5c6
6 changed files with 13 additions and 16 deletions

View file

@ -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', {