Merge pull request #3627 from cmgustavo/bug/updates-history-send

Notify when history is updating the latest tx sent. After sent, back …
This commit is contained in:
Matias Alejo Garcia 2015-12-10 10:44:31 -03:00
commit f9af630d73
3 changed files with 18 additions and 12 deletions

View file

@ -911,7 +911,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
$timeout(function() {
$scope.$digest();
}, 1);
}
} else go.walletHome();
});
});
});