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-title>{{'Add wallet' | translate}}</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ng-click="$ionicGoBack()">
|
||||
{{'Close' | translate}}
|
||||
<button class="button no-border" ui-sref="tabs.home">
|
||||
<i class="icon ion-chevron-left"></i> {{'Back' | translate}}
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue