Fixes: suggestions by @matiu

This commit is contained in:
Gustavo Cortez 2014-05-15 10:41:42 -03:00
commit 89b2788e39
2 changed files with 5 additions and 5 deletions

View file

@ -160,7 +160,7 @@ angular.module('copay.controllerUtils')
$rootScope.txs = txs;
if ($rootScope.pendingTxCount < pending) {
$rootScope.showTxAlert = pending;
$rootScope.txAlertCount = pending;
}
$rootScope.pendingTxCount = pending;
w.removeListener('txProposalsUpdated',root.updateTxs)