ui-slider icon indicating copy to clipboard operation
ui-slider copied to clipboard

jQuery UI Slider for AngularJS

Results 15 ui-slider issues
Sort by recently updated
recently updated
newest added

When the Max value of the slider is changed dynamically, the number of ticks does not get adjusted accordingly.

Update bower.json for working with angular 1.6.2

I don't know if this project is still alive, but anyway according to the JQuery UI Slider docs you can cancel an slider event in the slider callback and keep...

I can't say that this is an issue on 100%, but i think there is some logic missed. I have dymanic min and max ranges values. The problem is, when...

Is it possible to change max value when slider is already created and used? I tried that approach: ``` $scope.slider = { options: { range: false, min: 1, max: $scope.selectedQuant.maxValue,...

The headline says everything, i suppose. I created an example here: https://plnkr.co/edit/sb7pNNyD90XDpyrbErCb

I've been looking through your script, and it seems like it would be possible to extend it fairly easily to use dates in this slider. Is this something you would...

I have tried the slider on my machine, which one was windows 7 OS, in that browser is IE8 and IE9 is not working?

We are using angular slider with some decimal steps. This is the code we are using: $scope.slider = { value: 1, options: { useDecimal: true, orientation: 'horizontal', min: 0.5, max:...

I would like to be able to access the min/max values of your range slider separately, but currently cannot establish how that's done?