create new wallet from within a profile working

This commit is contained in:
Matias Alejo Garcia 2014-10-05 13:01:43 -03:00
commit ff44897922
5 changed files with 33 additions and 65 deletions

View file

@ -28,7 +28,7 @@ angular
})
.when('/create', {
templateUrl: 'views/create.html',
validate: false
validate: true
})
.when('/copayers', {
templateUrl: 'views/copayers.html',