fix angular issues

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-25 15:10:21 -03:00
commit fc96f07df9
5 changed files with 9 additions and 9 deletions

View file

@ -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">