style_to_anim_boxes

This commit is contained in:
Mariano Rodriguez 2014-11-05 11:47:46 -03:00
commit abba5e1ea8
3 changed files with 56 additions and 22 deletions

View file

@ -1,20 +1,20 @@
<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="ca-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">
<div class="ca-icon">
<div class="w-popup-icon">
<div class="avatar-wallet">{{(item.name || item.id) | limitTo: 1}}</div>
</div>
<div class="ca-content">
<div class="w-popup-content">
<div class="">
<a class="size-12 wallet-item" ng-click="ok(item)">
<div class="">
<div class="ca-main">[ {{item.requiredCopayers}} of {{item.totalCopayers}} ]</div>
<div class="ca-sub">{{item.name || item.id}}</div>
<div class="w-popup-main">[ {{item.requiredCopayers}} of {{item.totalCopayers}} ]</div>
<div class="w-popup-sub size-18">{{item.name || item.id}}</div>
</div>
<div class="ca-sub">
<div class="w-popup-sub">
<span ng-if="item.balanceInfo.updatingBalance"><i class="fi-bitcoin-circle icon-rotate spinner"></i></span>
<div ng-if="!item.balanceInfo.updatingBalance" data-options="disable_for_touch:true">
<b class="m5r size-12">{{item.balanceInfo.totalBalance || 0 |noFractionNumber}} {{item.settings.unitName}}</b>