Split create new wallet page
This commit is contained in:
parent
0ffb8eb42f
commit
f7e4390507
2 changed files with 16 additions and 6 deletions
|
|
@ -85,4 +85,10 @@ angular.module('copayApp.controllers').controller('SetupController',
|
|||
});
|
||||
};
|
||||
|
||||
$scope.isSetupWalletPage = 0;
|
||||
|
||||
$scope.setupWallet = function() {
|
||||
$scope.isSetupWalletPage = !$scope.isSetupWalletPage;
|
||||
};
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue