Merge pull request #1239 from matiu/bug/create
rename #setup to #create
This commit is contained in:
commit
21d7ea5411
5 changed files with 9 additions and 9 deletions
|
|
@ -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();
|
||||
|
||||
|
|
@ -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', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue