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 Apr 12, 2024. It is now read-only.
When using ngOptions to render options related to an array where zero is one of the labels, it will not be displayed. But the value will be set correctly.
Bug caused by the use of the `||` operator to replace all non-truthy
values with an empty string. Changed to replace only `undefined` values.
Closes#1401
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using ngOptions to render options related to an array where zero is one of the labels, it will not be displayed. But the value will be set correctly.
A fiddle about that : http://jsfiddle.net/kgVCK/1/
The text was updated successfully, but these errors were encountered: