Fix tests
This commit is contained in:
parent
a1e5246727
commit
c00deb25f9
2 changed files with 39 additions and 54 deletions
|
|
@ -779,7 +779,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr
|
||||
ng-repeat="(addr, info) in $root.wallet.addressBook
|
||||
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