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 Sep 5, 2024. It is now read-only.
Using md-select with a presetted ng-model the relative md-option is not highlighted nor marked as selected if the model referes to an object. But when the user select an option then this is marked as selected and is highlighted correctly.
The problem is more markable when the default value is not the first in the list, because the first element gets an highlight effect (different from the select one).
If the model refers to a primitive type, such as a number, it works as expected.