Improve contact list auto-completion

This commit is contained in:
Francis Lachapelle
2015-06-12 12:02:14 -04:00
parent b65573472e
commit a52e6604c1
2 changed files with 9 additions and 7 deletions
@@ -319,9 +319,9 @@
<md-contact-chips
ng-model="card.refs"
md-contacts="currentFolder.$filter($query, {dry: true, excludeLists: true})"
md-contact-name="shortFormat"
md-contact-image="image"
md-contact-email="email"
md-contact-name="$$fullname"
md-contact-image="$$image"
md-contact-email="$$email"
md-require-match="true"
filter-selected="false"
label:placeholder="Add Member"><!-- members --></md-contact-chips>