Fix add -> create /join /import

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-19 14:26:43 -03:00
commit 016d28f406
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 21 additions and 9 deletions

View file

@ -1,8 +1,11 @@
<ion-view view-title="Create new wallet">
<ion-view>
<ion-nav-bar class="bar-stable">
<ion-nav-buttons side="primary">
<a href ui-sref="add" class="button icon-left ion-chevron-left button-clear button-dark">Add</a>
<button class="button no-border" ui-sref="add.main">
<i class="icon ion-chevron-left"></i> Back
</button>
</ion-nav-buttons>
<ion-nav-title>Create new wallet</ion-nav-title>
</ion-nav-bar>
<ion-content ng-controller="createController as create" ng-init="create.setTotalCopayers(1)">