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-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-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
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue