change timeout 0 to 1
This commit is contained in:
parent
a268c3c8eb
commit
97aac05374
2 changed files with 3 additions and 3 deletions
|
|
@ -220,7 +220,7 @@ angular.module('copayApp.services')
|
|||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest()
|
||||
}, 0);
|
||||
}, 1);
|
||||
};
|
||||
|
||||
// On the focused wallet
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ angular.module('copayApp.services')
|
|||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest()
|
||||
}, 0);
|
||||
}, 1);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
@ -87,7 +87,7 @@ angular.module('copayApp.services')
|
|||
}
|
||||
$timeout(function() {
|
||||
$rootScope.$digest()
|
||||
}, 0);
|
||||
}, 1);
|
||||
} else {
|
||||
var firstWallet = iden.getLastFocusedWallet();
|
||||
controllerUtils.bindProfile(scope, iden, firstWallet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue