Trying to fix bip72
This commit is contained in:
parent
6d72d00b99
commit
92737bc49c
8 changed files with 50 additions and 43 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<div ng-controller="PaymentIntentController" ng-init="open()">
|
||||
<script type="text/ng-template" id="myModalContent.html">
|
||||
<h3>Select a wallet to make the payment</h3>
|
||||
<span ng-show="loading">Loading...</span>
|
||||
<ul class="w-popup-menu" ng-show="wallets[0]"
|
||||
ng-class="{'large':wallets.length > 4, 'medium':wallets.length > 2 && wallets.length < 5}">
|
||||
<li data-ng-repeat="item in wallets track by $index" class="nav-item" ng-click="ok(item)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue