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 has been archived by the owner on Oct 5, 2019. It is now read-only.
UI and model are out of sync using the change event, because change event is not invoked on the UI, only the model is adapted.
I can see the reason why this is done, because following the bootstrap slider documentation and implementing 'change/onchange' event handler, it generates a warning.
I have resolved this locally by renaming the change event handler onchangeslide.
Now when you click on the slider line (VS dragging the slider handles), which is a common thing to do for a user, both the model and view are updated, as expected.
I will make a pull request for this, also i will change the readme to accommodate the event handlers, if you don't mind?
Which notation of event handlers is preferred? on 'onslide' or 'on-slide' ?
The text was updated successfully, but these errors were encountered:
it's strange but when i fork this repo i get different code than when i do bower install angular-bootstrap-slider but the version numbers seem to be the same (both 1.3.0)
UI and model are out of sync using the change event, because change event is not invoked on the UI, only the model is adapted.
I can see the reason why this is done, because following the bootstrap slider documentation and implementing 'change/onchange' event handler, it generates a warning.
I have resolved this locally by renaming the change event handler onchangeslide.
Now when you click on the slider line (VS dragging the slider handles), which is a common thing to do for a user, both the model and view are updated, as expected.
I will make a pull request for this, also i will change the readme to accommodate the event handlers, if you don't mind?
Which notation of event handlers is preferred? on 'onslide' or 'on-slide' ?
The text was updated successfully, but these errors were encountered: