(js) Improve contact chips in card list editor

Exclude list members from auto-completion results.
This commit is contained in:
Francis Lachapelle
2015-06-12 12:03:56 -04:00
parent d159e12b3f
commit af353fb73f
4 changed files with 64 additions and 21 deletions
@@ -318,11 +318,11 @@
</label>
<md-contact-chips
ng-model="card.refs"
md-contacts="userFilter($query)"
md-contacts="userFilter($query, card.refs)"
md-contact-name="$$fullname"
md-contact-image="$$image"
md-contact-email="$$email"
md-require-match="true"
md-require-match="md-require-match"
filter-selected="false"
label:placeholder="Add Member"><!-- members --></md-contact-chips>
</div>