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();
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue