Show only entry I want. Hidden anywhere.
This commit is contained in:
parent
c83e0c73da
commit
2ad4aee2d6
3 changed files with 13 additions and 6 deletions
|
|
@ -129,7 +129,7 @@ angular.module('copayApp.directives')
|
|||
|
||||
var address = attrs.address;
|
||||
var contact = scope.wallet.addressBook[address];
|
||||
if (contact) {
|
||||
if (contact && !contact.hidden) {
|
||||
element.append(contact.label);
|
||||
attrs['tooltip'] = attrs.address;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue