m-of-n integration complete
This commit is contained in:
parent
b504074009
commit
9df76b90fd
4 changed files with 14 additions and 9 deletions
|
|
@ -27,12 +27,7 @@ angular.module('copay.signin').controller('SigninController',
|
|||
};
|
||||
|
||||
$scope.create = function() {
|
||||
console.log('[signin.js.42:create:]'); //TODO
|
||||
$scope.loading = true;
|
||||
|
||||
var w = walletFactory.create();
|
||||
_setupUxHandlers(w);
|
||||
w.netStart();
|
||||
$location.path('setup');
|
||||
};
|
||||
|
||||
$scope.open = function(walletId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue