fix signout
This commit is contained in:
parent
65512bf1c2
commit
047ba06d42
3 changed files with 7 additions and 4 deletions
|
|
@ -25,7 +25,8 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
|
|||
}];
|
||||
|
||||
$scope.signout = function() {
|
||||
$scope.$emit('signout');
|
||||
$rootScope.signingOut = true;
|
||||
identityService.signout();
|
||||
};
|
||||
|
||||
$scope.isActive = function(item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue