fix nav bar
This commit is contained in:
parent
0c091e0e9b
commit
4dd11748b5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
<ion-view id="send-feedback">
|
<ion-view id="send-feedback">
|
||||||
<ion-nav-bar class="bar-royal">
|
<ion-nav-bar class="bar-royal">
|
||||||
<ion-nav-back-button ng-if="!score">
|
<ion-nav-back-button ng-show="!score">
|
||||||
</ion-nav-back-button>
|
</ion-nav-back-button>
|
||||||
<ion-nav-buttons side="right">
|
<ion-nav-buttons side="right">
|
||||||
<button class="button button-clear skip" ng-click="sendFeedback(null, true)" translate>
|
<button ng-show="score" class="button button-clear skip ng-hide" ng-click="sendFeedback(null, true)" translate>
|
||||||
Skip
|
Skip
|
||||||
</button>
|
</button>
|
||||||
</ion-nav-buttons>
|
</ion-nav-buttons>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue