Shows the wallet on a pop up

This commit is contained in:
Matias Pando 2014-11-04 15:24:56 -03:00
commit 6286789f4d
4 changed files with 48 additions and 19 deletions

View file

@ -293,7 +293,6 @@ angular.module('copayApp.services')
w = w || $rootScope.wallet;
if (!w) return root.onErrorDigest();
if (!w.isReady()) return;
console.log('## Updating balance of:' + w.id)
w.balanceInfo = {};
var scope = root.isFocusedWallet(w.id) ? $rootScope : w.balanceInfo;