fix back on add view
This commit is contained in:
parent
2748a893df
commit
7e1ced6a18
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
<ion-nav-bar>
|
<ion-nav-bar>
|
||||||
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
|
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
|
||||||
<ion-nav-buttons side="primary">
|
<ion-nav-buttons side="primary">
|
||||||
<button class="button no-border" ng-click="$ionicGoBack()">
|
<button class="button no-border" ui-sref="tabs.home">
|
||||||
{{'Close' | translate}}
|
<i class="icon ion-chevron-left"></i> {{'Back' | translate}}
|
||||||
</button>
|
</button>
|
||||||
</ion-nav-buttons>
|
</ion-nav-buttons>
|
||||||
</ion-nav-bar>
|
</ion-nav-bar>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue