store iterations in Storage
This commit is contained in:
parent
aa9f16a7e9
commit
47ae3fcb19
5 changed files with 18 additions and 7 deletions
|
|
@ -210,8 +210,10 @@ angular.module('copayApp.services')
|
|||
preconditions.checkState(w && _.isObject(w));
|
||||
|
||||
$rootScope.wallet = w;
|
||||
root.updateTxsAndBalance();
|
||||
root.redirIfLogged();
|
||||
root.updateBalance(w, function() {
|
||||
$rootScope.$digest();
|
||||
})
|
||||
};
|
||||
|
||||
root.bindProfile = function($scope, iden, w) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue