Rename manage by profile. Created a new page "createWallet"

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-11 16:01:33 -03:00
commit 4b8e18735d
12 changed files with 78 additions and 62 deletions

View file

@ -73,8 +73,12 @@ angular
templateUrl: 'views/warning.html',
logged: true
})
.when('/manage', {
templateUrl: 'views/manage.html',
.when('/profile', {
templateUrl: 'views/profile.html',
logged: true
})
.when('/createWallet', {
templateUrl: 'views/createWallet.html',
logged: true
});