new CopayPeer class. Peers working!
This commit is contained in:
parent
9ca83e35fc
commit
fab2c8a505
7 changed files with 357 additions and 241 deletions
|
|
@ -12,6 +12,7 @@ angular.module('copay.signin').controller('SigninController',
|
|||
|
||||
Network.init(function() {
|
||||
$location.path('peer');
|
||||
$rootScope.$digest();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
@ -21,7 +22,9 @@ angular.module('copay.signin').controller('SigninController',
|
|||
if (cid) {
|
||||
Network.init(function() {
|
||||
Network.connect(cid, function() {
|
||||
console.log('[signin.js.26] REDIR'); //TODO
|
||||
$location.path('peer');
|
||||
$rootScope.$digest();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue