Transactions counter in navbar. Moved updateTx from controller to service.

This commit is contained in:
Gustavo Cortez 2014-05-13 04:03:09 -03:00
commit cb00a5b629
4 changed files with 51 additions and 54 deletions

View file

@ -23,6 +23,7 @@ angular.module('copay.header').controller('HeaderController',
$rootScope.$watch('wallet', function(wallet) {
if (wallet) {
controllerUtils.updateTxs();
}
});