store iterations in Storage

This commit is contained in:
Matias Alejo Garcia 2014-10-15 15:02:14 -03:00
commit 47ae3fcb19
5 changed files with 18 additions and 7 deletions

View file

@ -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) {