Fixes: verify addressbook method
This commit is contained in:
parent
ac2eda3670
commit
0931024e23
4 changed files with 33 additions and 29 deletions
|
|
@ -758,8 +758,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr
|
||||
ng-repeat="(addr, info) in $root.wallet.addressBook track by $index"
|
||||
ng-if="info.copayerId != -1"
|
||||
ng-repeat="(addr, info) in $root.wallet.addressBook
|
||||
ng-class="{'addressbook-disabled': info.hidden}">
|
||||
<td><a ng-click="copyAddress(addr)" title="Copy address">{{info.label}}</a></td>
|
||||
<td>{{addr}}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue