angular-rangeslider icon indicating copy to clipboard operation
angular-rangeslider copied to clipboard

Simple directive that creates a range slider for Angular, styled to match Bootstrap-styled form elements

Results 43 angular-rangeslider issues
Sort by recently updated
recently updated
newest added

But in this slider you cannot select a range by clicking, just by dragging. What needs to be changed so that you can change the range by clicking?

There are no TypeScript files, so how do you integrate it in an Angular5 project. Need step by step instructions

Something like onslide = somefunction() or onhandlemove=somefunction()

my html `` the slider is not working for me,It only displays as a static element on the page,and nothing works. the button dosen't slides.

Hi, I am recently started using angular-rangeslider, But i only disappointed with scaling is not their for range, if it is their then it will be good what i felt....

This is your example... http://plnkr.co/edit/c4gWaK8z0kyTnaCttAeO?p=preview If you test this example in **IE** you will see that after moving slider, you can't select the value in input field. I tried to...

Hi I am using Range slider like this way what i need to know slider does show modal-max value or current value changes instead of showing max value and also...

Is it possible to add debounce/timeout before change the min/max, which will fire the watchers? In some cases, we bind watchers to the min/max model, but we just want to...

Hi, Just wanted to check if the "step" values can be given in decimal. I have "step" values for few sliders ranging from 0.1 to 0.5. I set the value...

bug

It seems that you forgot to activate text selection again after the movement is completed. On line 507 you deactivate it and it never gets activated again. Adding `angular.element('body').unbind('selectstart' +...