Merge pull request #1239 from matiu/bug/create

rename #setup to #create
This commit is contained in:
Manuel Aráoz 2014-09-01 11:25:49 -03:00
commit 21d7ea5411
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();