(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
@@ -433,6 +433,7 @@
// Instanciate Card objects for list members
angular.forEach(_this.refs, function(o, i) {
if (o.email) o.emails = [{value: o.email}];
o.id = o.reference;
_this.refs[i] = new Card(o);
});
if (_this.birthday) {