many bugs fix in peer connections, and ux
This commit is contained in:
parent
333ecb352a
commit
a28e98e85d
5 changed files with 58 additions and 41 deletions
|
|
@ -35,8 +35,12 @@ angular.module('copay.header').controller('HeaderController',
|
|||
};
|
||||
|
||||
$scope.signout = function() {
|
||||
console.log('[header.js.37:signout:]'); //TODO
|
||||
|
||||
Network.disconnect(function() {
|
||||
console.log('[header.js.41] disconnect CB'); //TODO
|
||||
$location.path('signin');
|
||||
$rootScope.$digest();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue