Fixes: verify addressbook method

This commit is contained in:
Gustavo Cortez 2014-07-07 17:38:17 -03:00
commit 0931024e23
4 changed files with 33 additions and 29 deletions

View file

@ -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>