tap to retry

This commit is contained in:
Matias Alejo Garcia 2015-04-14 16:06:04 -03:00
commit e01fc86835
3 changed files with 11 additions and 5 deletions

View file

@ -4,8 +4,9 @@
<div class="oh text-center">
<span ng-if="index.updatingTxHistory" class="text-gray animated flash infinite" translate>Getting transactions...</span>
<span ng-if="!index.updatingTxHistory">
<span ng-show="index.txHistoryError">
<div ng-show="index.txHistoryError && !index.notAuthorized" ng-click='index.openWallet()'>
Could not fetch transaction history
<br> [Tap to retry]
</span>
<span ng-if="!index.txHistoryError">
No transactions yet

View file

@ -2,6 +2,13 @@
<div class="row" ng-show="!index.noFocusedWallet">
<div class="amount" ng-style="{'background-color':index.backgroundColor}">
<div ng-show="index.updateError && !index.notAuthorized" ng-click='index.openWallet()'>
Could not update Wallet
<br> [Tap to retry]
</div>
<div class="size-36" ng-show="!index.anyOnGoingProcess">
<strong>
<span>
@ -43,10 +50,6 @@
</div>
</div>
<div ng-show="index.updateError && !index.notAuthorized">
Could not update Wallet
</div>
<div ng-show="index.notAuthorized">
<div class="text-center text-warning">
<i class="fi-alert"></i>