angular-multiselect icon indicating copy to clipboard operation
angular-multiselect copied to clipboard

the options attribute doesn't understand track by

Open MHL3060 opened this issue 9 years ago • 1 comments

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"

MHL3060 avatar Oct 21 '16 17:10 MHL3060

+1, the same problem

dudapiotr avatar Feb 27 '17 05:02 dudapiotr