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.
What is the issue? * md-select does not trigger change event (with static options) having pair of values ' ' and 0 and false or any other javascript falsy values, so every time user changes the drop-down values between options with falsy values neither ng-chnage event triggered nor the bound model gets updated.
What is the expected behavior?
how ever it should identify if user changed between different values even if user switches between options with values 0 and ' ' or false.