avoid flickers on transitions and fixes hidden tab bug

This commit is contained in:
Gabriel Bazán 2017-06-28 16:28:17 -03:00
commit e75791e126
43 changed files with 66 additions and 56 deletions

View file

@ -1,4 +1,4 @@
<ion-view>
<ion-view show-tabs>
<ion-nav-bar class="bar-royal">
<ion-nav-back-button>
</ion-nav-back-button>
@ -16,7 +16,7 @@
</ion-spinner>
<h2 ng-if="item.amount">
{{item.amount | currency : '$ ' : 2}} {{item.currency}}
</h2>
</h2>
<p>
<span class="assertive" ng-if="item.status == 'FAILURE' || item.status == 'RESEND'">Error</span>
<span class="assertive" ng-if="item.status == 'expired'">Expired</span>