added password support to UI/Controllers
This commit is contained in:
parent
cd4db8a097
commit
9d27a0b85d
4 changed files with 24 additions and 13 deletions
|
|
@ -12,10 +12,11 @@ angular.module('copay.signin').controller('SigninController',
|
|||
$location.path('setup');
|
||||
};
|
||||
|
||||
$scope.open = function(walletId, opts) {
|
||||
$scope.open = function(walletId) {
|
||||
$scope.loading = true;
|
||||
var w = walletFactory.open(walletId, opts);
|
||||
controllerUtils.startNetwork(w);
|
||||
$rootScope.openedWalletId = walletId;
|
||||
|
||||
$location.path('password');
|
||||
};
|
||||
|
||||
$scope.join = function(secret, nickname ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue