fix angular issues
This commit is contained in:
parent
ee8f78d961
commit
fc96f07df9
5 changed files with 9 additions and 9 deletions
|
|
@ -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)}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue