fix back on add view

This commit is contained in:
Gabriel Bazán 2016-08-31 19:01:06 -03:00
commit 7e1ced6a18

View file

@ -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>