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