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.
This issue is very similar to what is mentioned in issue #4118.
I have mdSelect with ngModel which is already populated and ngModelOptions using trackBy option. mdSelect has ngChange handler to trigger some more model updates when user really changes selection.
Options are rendered using ngRepeat and use ngValue to select the object.
Problem: ngChange on mdSelect is triggered just by the preset object bound to the model.