many bugs fix in peer connections, and ux

This commit is contained in:
Matias Alejo Garcia 2014-04-12 13:37:41 -03:00
commit a28e98e85d
5 changed files with 58 additions and 41 deletions

View file

@ -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();
});
};