Fix tests

This commit is contained in:
Gustavo Cortez 2014-07-07 19:12:34 -03:00
commit c00deb25f9
2 changed files with 39 additions and 54 deletions

View file

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