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

@ -77,7 +77,7 @@
<span ng-show="tx.merchant.domain">[{{btx.merchant.domain}}]</span>
</div>
<table class="last-transactions-content" ng-if="btx.actionList.0">
<table class="last-transactions-content" ng-if="btx.actionList[0]">
<tbody>
<tr ng-repeat="c in btx.actionList">
<td class="copayer-name text-gray" width="100%">{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}}