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
I encountered a use case where the rzSliderModel could be changed by user input in a separate field to be outside the ceil/floor range. I fixed this for my own use case by introducing an extra check into the rzSliderModel watch expression to ensure that the scope.rzSliderModel value was within the required range, gated by an "enforceRange" parameter.
If this is functionality you would like to incorporate, I could submit pull request. Please let me know if you are interested.