fix angular issues
This commit is contained in:
parent
ee8f78d961
commit
fc96f07df9
5 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +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>
|
||||
<ul class="w-popup-menu" ng-show="wallets.0"
|
||||
<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)">
|
||||
<div class="w-popup-icon">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue