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 was archived by the owner on Apr 12, 2024. It is now read-only.
When using a comprehension expression for a element's ngOptions, I cannot use both a "track by" clause and the "orderBy" filter if I'm tracking by a string. But tracking by a number seems to work. Actually, everything seems to bind correctly under the hood, but the element won't show the value in the UI.
Works as expected in version 1.2.1 but doesn't work in 1.3.4.
When using a comprehension expression for a element's ngOptions, I cannot use both a "track by" clause and the "orderBy" filter if I'm tracking by a string. But tracking by a number seems to work. Actually, everything seems to bind correctly under the hood, but the element won't show the value in the UI.
Works as expected in version 1.2.1 but doesn't work in 1.3.4.
See this jsFiddle: http://jsfiddle.net/27by0nmt/2/
Might be related to #7544.
The text was updated successfully, but these errors were encountered: