Change url to /receive and /history

This commit is contained in:
Yemel Jardi 2014-08-06 15:34:56 -03:00
commit 2ba794fc47
7 changed files with 12 additions and 12 deletions

View file

@ -30,11 +30,11 @@ angular
templateUrl: 'views/copayers.html',
validate: true
})
.when('/addresses', {
.when('/receive', {
templateUrl: 'views/addresses.html',
validate: true
})
.when('/transactions', {
.when('/history', {
templateUrl: 'views/transactions.html',
validate: true
})