Merge pull request #205 from cmgustavo/ref/design-57

Ref ionicPopup. Clear amount view after send
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-27 16:28:44 -03:00 committed by GitHub
commit 28df86e6d1
10 changed files with 22 additions and 48 deletions

View file

@ -22,10 +22,10 @@
</div>
<div class="list card" ng-hide="!txps[0]">
<a class="item item-icon-right item-heading" ui-sref="tabs.proposals" translate>
Payment Proposals
<a class="item item-icon-right item-heading" ui-sref="tabs.proposals">
{{'Payment Proposals'|translate}}
<i class="icon nav-item-arrow-right"></i>
<span class="badge badge-assertive m5t m10r" ng-if="txpsN>3" translate> {{txpsN}}</span>
<span class="badge badge-assertive m5t m10r" ng-show="txpsN>3"> {{txpsN}}</span>
</a>
<a ng-repeat="tx in txps" class="item" ng-click="openTxpModal(tx)">