First Bitpay Card Integration

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-10 15:29:31 -03:00
commit 54e3545f6b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
71 changed files with 3181 additions and 0 deletions

View 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>