2017-06-28 16:28:17 -03:00
|
|
|
<ion-view show-tabs>
|
2016-09-01 12:36:59 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-09-22 11:55:23 -03:00
|
|
|
<ion-nav-title>{{'Delete Wallet' | translate}}</ion-nav-title>
|
2016-08-29 16:48:15 -03:00
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
2016-08-16 16:47:51 -03:00
|
|
|
</ion-nav-bar>
|
2016-09-22 11:55:23 -03:00
|
|
|
<ion-content>
|
2017-01-21 19:37:39 -03:00
|
|
|
<div class="list" ng-show="wallet">
|
2017-02-06 12:59:16 -03:00
|
|
|
<div ng-include="'views/includes/walletItem.html'"></div>
|
2017-01-18 13:15:46 -03:00
|
|
|
|
2016-12-02 14:36:14 -03:00
|
|
|
<h1 class="text-center assertive" translate>Warning!</h1>
|
2016-09-26 10:35:33 -04:00
|
|
|
<div class="padding text-center">
|
|
|
|
|
<p translate>
|
|
|
|
|
Permanently delete this wallet.
|
|
|
|
|
</p>
|
2016-10-03 19:38:57 -04:00
|
|
|
<p translate>
|
2016-09-26 10:35:33 -04:00
|
|
|
THIS ACTION CANNOT BE REVERSED
|
|
|
|
|
</p>
|
2016-09-05 17:36:11 -03:00
|
|
|
</div>
|
2016-10-12 16:46:44 -03:00
|
|
|
<button class="button button-standard button-assertive" ng-click="showDeletePopup()">
|
2017-08-03 10:17:38 -03:00
|
|
|
{{'Delete'|translate}} {{walletName}}
|
2016-10-12 16:46:44 -03:00
|
|
|
</button>
|
|
|
|
|
</div>
|
2016-08-16 16:47:51 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|