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.
I got some strange behavior with the md-slider component. If the bound value changes, the slider position doesn't get updated immediatly. Bizzarely, if I open the GoogleChrome-Dev-Tools and close them again, the value updates instantly.
Unlike the md-slider, the input field which is bound to the same value, updates properly.
Update: It seems that the above issue occures if the bound value is not a number but a string.
However its the question why a string value works as well after some time or by opening the Dev-Console and closing it afterwards.