amitava82 / angular-multiselect

[NOT MAINTAINED]Native AngularJS multiselect directive
http://amitava82.github.io/angular-multiselect
MIT License
140 stars 124 forks source link

the options attribute doesn't understand track by #93

Open MHL3060 opened 8 years ago

MHL3060 commented 8 years ago

angular select attribute supports track by but not in this directive.

Error: [$parse:syntax] Syntax Error: Token 'track' is an unexpected token at column 15 of the expression [categories[0] track by category.categoryValue] starting at [track by category.categoryValue].

options="category as category.description for category in categories[0] track by category.categoryValue"

dudapiotr commented 7 years ago

+1, the same problem