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