Merge pull request #26 from gabrielbazan7/fix/backAdd

fix back on add view
This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-31 19:07:22 -03:00 committed by GitHub
commit 88b51a579a
1 changed files with 2 additions and 2 deletions

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>