2016-08-19 14:26:43 -03:00
|
|
|
<ion-view>
|
2016-08-30 12:52:28 -03:00
|
|
|
<ion-nav-bar>
|
|
|
|
|
<ion-nav-title>{{'Add wallet' | translate}}</ion-nav-title>
|
2016-08-17 15:53:17 -03:00
|
|
|
<ion-nav-buttons side="primary">
|
2016-08-30 12:52:28 -03:00
|
|
|
<button class="button no-border" ng-click="$ionicGoBack()">
|
|
|
|
|
{{'Close' | translate}}
|
2016-08-19 14:26:43 -03:00
|
|
|
</button>
|
2016-08-17 15:53:17 -03:00
|
|
|
</ion-nav-buttons>
|
|
|
|
|
</ion-nav-bar>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-08-16 17:45:20 -03:00
|
|
|
<ion-content>
|
|
|
|
|
<ion-list>
|
2016-08-19 16:16:24 -03:00
|
|
|
<ion-item class="item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.create.personal">
|
2016-08-16 17:45:20 -03:00
|
|
|
<h2 translate>Create new wallet</h2>
|
|
|
|
|
<i class="icon ion-chevron-right icon-accessory"></i>
|
|
|
|
|
</ion-item>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-08-19 14:14:21 -03:00
|
|
|
<ion-item class="item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.join">
|
2016-08-16 17:45:20 -03:00
|
|
|
<h2 translate>Join shared wallet</h2>
|
|
|
|
|
<i class="icon ion-chevron-right icon-accessory"></i>
|
|
|
|
|
</ion-item>
|
2015-05-08 09:35:33 -03:00
|
|
|
|
2016-08-19 16:16:24 -03:00
|
|
|
<ion-item class="item-remove-animate item-icon-right" type="item-text-wrap" ui-sref="add.import.phrase">
|
2016-08-16 17:45:20 -03:00
|
|
|
<h2 translate>Import wallet</h2>
|
|
|
|
|
<i class="icon ion-chevron-right icon-accessory"></i>
|
|
|
|
|
</ion-item>
|
|
|
|
|
</ion-list>
|
|
|
|
|
|
|
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|