darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
143 stars 63 forks source link

On using "threshold" in the options in slider with two pointers the callback is not fired in case slider is on threshold values. #121

Closed mechanicals closed 8 years ago

mechanicals commented 8 years ago

Here is fiddle:

http://jsfiddle.net/g9e9n8xc/314/

Check for "$scope.options2" in the fiddle. Have added a threshold of "5". The callback is not fired when the range reaches the threshold value. For all other cases works fine.

darul75 commented 8 years ago

reproduced, we ll check

darul75 commented 8 years ago

wish you can use last version and the one I have seen in your fiddle.

fix in this current release :

https://github.com/darul75/angular-awesome-slider/releases/tag/2.3.9

mechanicals commented 8 years ago

Thanks for the quick reply and the bug fix. Works perfectly now. & Yes, I am using the latest version only.

darul75 commented 8 years ago

good news, thx for feedback, I appreciate