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.
I have a list of static values that are bound to a list and I'm trying to get the list to display the value from the model.
The model value is an integer:
wm.activeResource.ValueType=0;
Then in the html I'm binding this value to a dropdown list of static values:
{{view.activeResource.ValueType}} <--correctlydisplays0--><!-- list displays empty element ---><selectng-model="view.activeResource.ValueType"><optionvalue="0">Text</option><optionvalue="2">Markdown</option><optionvalue="1">Binary</option></select>
This worked fine in v1.3 but in 1.4 the list comes back with no selection. Or, more specifically it has a selection of an injected element: