Tap to reconnect action should also to update history

This commit is contained in:
Gustavo Maximiliano Cortez 2015-06-26 11:56:32 -03:00
commit 678e3c8ac2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -74,7 +74,7 @@
<div class="oh"> <div class="oh">
<div class="amount" ng-style="{'background-color':index.backgroundColor}"> <div class="amount" ng-style="{'background-color':index.backgroundColor}">
<div ng-if="!index.anyOnGoingProcess && !index.notAuthorized"> <div ng-if="!index.anyOnGoingProcess && !index.notAuthorized">
<div ng-show="index.updateError" ng-click='index.openWallet()'> <div ng-show="index.updateError" ng-click='index.openWallet(); index.updateTxHistory()'>
<span translate>Could not update Wallet</span> <span translate>Could not update Wallet</span>
<br><span translate>Tap to retry</span> <br><span translate>Tap to retry</span>
</div> </div>