identity now emits!
This commit is contained in:
parent
57299d675e
commit
3ae6378678
33 changed files with 376 additions and 346 deletions
|
|
@ -14,14 +14,14 @@ angular.module('copayApp.controllers').controller('HeadController', function($sc
|
|||
|
||||
$scope.signout = function() {
|
||||
$rootScope.signingOut = true;
|
||||
identityService.logout();
|
||||
identityService.signout();
|
||||
};
|
||||
|
||||
$scope.refresh = function() {
|
||||
var w = $rootScope.wallet;
|
||||
if (!w) return;
|
||||
|
||||
if (w.isReady()) {
|
||||
if (w.isComplete()) {
|
||||
w.sendWalletReady();
|
||||
balanceService.clearBalanceCache(w);
|
||||
balanceService.update(w, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue