Fix topbar for mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-02 13:00:38 -03:00
commit f8fddd2431
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
12 changed files with 18 additions and 63 deletions

View file

@ -2,12 +2,12 @@
<ion-nav-bar class="bar-stable">
<ion-nav-title></ion-nav-title>
<ion-nav-buttons side="primary">
<button class="button no-border" ng-click="goBack()">
<button class="button back-button no-border" ng-click="goBack()">
<i class="icon ion-ios-arrow-thin-left"></i>
</button>
</ion-nav-buttons>
<ion-nav-buttons side="secondary">
<button class="button no-border" ng-show="data.index == 0" ng-click="createDefaultWallet()">
<button class="button back-button no-border" ng-show="data.index == 0" ng-click="createDefaultWallet()">
{{'Skip' | translate}}
</button>
</ion-nav-buttons>