Improved bitpay account pairing and management of paired state and data.
This commit is contained in:
parent
08447a13fd
commit
8178bf1201
24 changed files with 733 additions and 232 deletions
|
|
@ -117,12 +117,12 @@
|
|||
</a>
|
||||
|
||||
<a class=" item item-icon-left item-icon-right"
|
||||
ng-if="bitpayCardEnabled && bitpayCards"
|
||||
ui-sref="tabs.preferences.bitpayCard">
|
||||
ng-if="bitpayAccounts || (bitpayCardEnabled && bitpayCards)"
|
||||
ui-sref="tabs.preferences.bitpayServices">
|
||||
<i class="icon big-icon-svg circle">
|
||||
<div class="bg icon-bitpay-card"></div>
|
||||
<div class="bg icon-bitpay"></div>
|
||||
</i>
|
||||
<span>BitPay Visa® Card</span>
|
||||
<span>BitPay</span>
|
||||
<i class="icon bp-arrow-right"></i>
|
||||
</a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue