rename #setup to #create

This commit is contained in:
Matias Alejo Garcia 2014-08-29 13:20:47 -03:00
commit b8b40f21f6
5 changed files with 9 additions and 9 deletions

View file

@ -22,8 +22,8 @@ angular
templateUrl: 'views/import.html',
validate: false
})
.when('/setup', {
templateUrl: 'views/setup.html',
.when('/create', {
templateUrl: 'views/create.html',
validate: false
})
.when('/copayers', {