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="Add wallet">
<ion-view>
<ion-nav-bar class="bar-stable">
<ion-nav-buttons side="primary">
<a href ui-sref="tabs.home" class="button button-clear button-dark">Close</a>
<button class="button no-border" ui-sref="tabs.home">
Close
</button>
</ion-nav-buttons>
<ion-nav-title>Add wallet</ion-nav-title>
</ion-nav-bar>
<ion-content>

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

View file

@ -1,8 +1,11 @@
<ion-view view-title="Import 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>Import wallet</ion-nav-title>
</ion-nav-bar>
<ion-content ng-controller="importController" ng-init="type='12'">

View file

@ -1,8 +1,11 @@
<ion-view view-title="Join shared 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>Join shared wallet</ion-nav-title>
</ion-nav-bar>

View file

@ -5,7 +5,7 @@
<ion-nav-title>{{wallet.name}}</ion-nav-title>
<ion-nav-buttons side="primary">
<button class="button no-border" ui-sref="tabs.home">
<i class="icon ion-chevron-left"></i> Back
<i class="icon ion-chevron-left"></i> Close
</button>
</ion-nav-buttons>
<ion-nav-buttons side="secondary">