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

@ -32,7 +32,7 @@ var valid_pairs = {
'1,12': 489
};
angular.module('copayApp.controllers').controller('SetupController',
angular.module('copayApp.controllers').controller('CreateController',
function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification) {
controllerUtils.redirIfLogged();

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', {