angularjs-slider
angularjs-slider copied to clipboard
Slider directive for AngularJS 1.X. No dependencies and mobile friendly.
Currently, `top: Xpx` is used for horizontal sliders, but it would be better to use `bottom` so the alignement remains the same for different font sizes.
### Steps to reproduce 1. Click on the slider pointer and hold the mouse btn clicked. 2. Alt-tab to another window 3. Alt-tab back to the page with the slider...
Hi, thank for awesome angular component. I want to ask about possibility to make some disabled elements in range, e.g. when user move through points in range some of them...
### Steps to reproduce 1. drag slider around and it lags on a page with many other watchers 2. call to $apply on each change event 3. possible to update...
hi, I need to show pointer labels on hover or onchange the pointer.. any option is there??
Demo: http://jsfiddle.net/5e78mxha/ The demo above works by using the `vm.sliderOptions` workaround, but using the `vm.sliderOptionsBroken` *does not*. ### Expected behaviour Using the `stepsArray` with MomentJS instances and using the `translate`...
Thanks for the great efforts, one suggestion, in case it is not already implemented, is it possible to have vertical legends on horizontal slider? Thanks
Check out the example _"Range slider with min limit set to 10 and max limit set to 90"_ from the [example pages](http://angular-slider.github.io/angularjs-slider/index.html). It would be very neat if we were...
### Steps to reproduce 1. Drag the slider 2. Right click and select "Inspect" to open the dev tools 3. The selection bar is still moving and is not linked...
Hi, we are using below code snippet to show the price slider on our site but we are getting ADA compliance issue for this. ADA compliance issue reported : aria-label...