2016-08-22 17:43:31 -03:00
|
|
|
<ion-view>
|
2016-08-31 15:54:53 -04:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2016-09-20 17:05:53 -03:00
|
|
|
<ion-nav-back-button>
|
|
|
|
|
</ion-nav-back-button>
|
2016-10-07 15:51:15 -03:00
|
|
|
<ion-nav-title>BitPay Visa® Cards</ion-nav-title>
|
2016-08-22 17:43:31 -03:00
|
|
|
</ion-nav-bar>
|
2016-08-10 15:29:31 -03:00
|
|
|
|
2016-10-07 15:51:15 -03:00
|
|
|
<ion-content>
|
|
|
|
|
<div class="list">
|
|
|
|
|
<div class="item item-divider" translate>
|
|
|
|
|
Cards
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item" ng-repeat="card in bitpayCards">
|
|
|
|
|
xxxx-xxxx-xxxx-{{card.lastFourDigits}}
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item item-divider"></div>
|
|
|
|
|
<div class="item assertive" ng-click="remove()">
|
|
|
|
|
Removes all data from this device
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-08-22 17:43:31 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|