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 Apr 20, 2023. It is now read-only.
Hi guys!
I'd like to disable the slider depending on a scope parameter, for example to suppress slider interaction referring selection. Is there a generic way to disable the interactivity of the slider directive? Or do I have to fix that within the angular-slider plugin? Thanks!
The text was updated successfully, but these errors were encountered:
I don't think there is a "generic way". You'd need to add a watcher for the enable/disable parameter to add and remove the onStart events to the slider components inside the angular-slider directive itself, or maybe check the parameter before the onStart is executed.
Hi guys!
I'd like to disable the slider depending on a scope parameter, for example to suppress slider interaction referring selection. Is there a generic way to disable the interactivity of the slider directive? Or do I have to fix that within the angular-slider plugin? Thanks!
The text was updated successfully, but these errors were encountered: