fix No wallets/card/anything in tab-home when resume app

This commit is contained in:
Gabriel Bazán 2017-02-21 16:25:45 -05:00
commit d112983604

View file

@ -75,7 +75,10 @@ angular.module('copayApp.controllers').controller('tabHomeController',
});
$scope.$on("$ionicView.enter", function(event, data) {
updateAllWallets();
$timeout(function() {
updateAllWallets();
});
addressbookService.list(function(err, ab) {
if (err) $log.error(err);