add wallet setup view (not integrated)

This commit is contained in:
Manuel Araoz 2014-04-16 17:07:14 -03:00
commit 8478402237
5 changed files with 75 additions and 0 deletions

View file

@ -12,6 +12,9 @@ angular
.when('/signin', {
templateUrl: 'signin.html'
})
.when('/setup', {
templateUrl: 'setup.html'
})
.when('/home', {
templateUrl: 'home.html'
})