You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: