First Bitpay Card Integration
This commit is contained in:
parent
4aa6e46ec3
commit
54e3545f6b
71 changed files with 3181 additions and 0 deletions
18
public/views/modals/bitpay-card-confirmation.html
Normal file
18
public/views/modals/bitpay-card-confirmation.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<ion-modal-view ng-controller="bitpayCardConfirmationController">
|
||||
<div class="m20tp text-center">
|
||||
<div class="row">
|
||||
<h1 class="text-center m20b p20h">Are you sure you would like to log out of your Bitpay Card account?</h1>
|
||||
<p class="text-gray p20h">You will need to log back for fill in your Bitpay Card.</p>
|
||||
<div class="large-6 medium-6 small-6 columns">
|
||||
<button class="button light-gray expand outline round" ng-click="cancel()">
|
||||
<i class="fi-arrow-left"></i> <span class="tu">Back</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="large-6 medium-6 small-6 columns">
|
||||
<button class="button warning expand round" ng-click="ok()">
|
||||
<span>Log out</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</ion-modal-view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue