Initial page. Signin.
This commit is contained in:
parent
e9dbf341fc
commit
fa2d40bdad
4 changed files with 57 additions and 40 deletions
|
|
@ -6,8 +6,9 @@ angular.module('copay.signin').controller('SigninController',
|
|||
$scope.wallets = walletFactory.getWallets();
|
||||
$scope.selectedWalletId = $scope.wallets.length ? $scope.wallets[0].id : null;
|
||||
|
||||
$scope.create = function() {
|
||||
$scope.create = function(walletName) {
|
||||
$scope.loading = true;
|
||||
$rootScope.walletName = walletName;
|
||||
$location.path('setup');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue