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
fix(input,select): equality comparison is used to detect changes
When model changes are detected, a equality comparison with a local copy
of the value ($modelValue).
ngModelController provides the method $setCompareByEquality to change between
equality and reference comparisons.
Closesangular#1751
0 commit comments