merge
This commit is contained in:
commit
a2be737bad
10 changed files with 62 additions and 16 deletions
|
|
@ -16,7 +16,6 @@ angular.module('copay.signin').controller('SigninController',
|
|||
console.log('[signin.js.23:walletId:]',walletId); //TODO
|
||||
var w = walletFactory.open(walletId, opts);
|
||||
controllerUtils.setupUxHandlers(w);
|
||||
w.netStart();
|
||||
};
|
||||
|
||||
$scope.join = function(secret) {
|
||||
|
|
@ -29,7 +28,6 @@ console.log('[signin.js.23:walletId:]',walletId); //TODO
|
|||
walletFactory.joinCreateSession(secret, function(w) {
|
||||
console.log('[signin.js.33] joinCreateSession RETURN', w); //TODO
|
||||
controllerUtils.setupUxHandlers(w);
|
||||
w.setupNetHandlers();
|
||||
});
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue