avoid flickers on transitions and fixes hidden tab bug
This commit is contained in:
parent
e6f774c989
commit
e75791e126
43 changed files with 66 additions and 56 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<ion-view id="glidera">
|
||||
<ion-view id="glidera" show-tabs>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
Refresh
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
<ion-content scroll="false" class="ng-hide" ng-show="!account.token">
|
||||
<ion-content scroll="false" class="ng-hide" ng-show="!account.token">
|
||||
<div class="integration-onboarding">
|
||||
<div class="integration-onboarding-logo">
|
||||
<img src="img/glidera-logo.png">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue