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

Slider directive for AngularJS 1.X. No dependencies and mobile friendly.

Results 22 angularjs-slider issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When the slider is embedded in a container (div) and the div is rotated 90 deg using CSS "transform: rotate(90deg);" the slider doesn't work. The behavior is...

I have tried many ways earlier of issues that were closed. My slider psoition is not set on load if it is inisde bootstrap modal. It works if I click...

### Steps to reproduce 1. Turn on strict Component Bindings $compileProvider.strictComponentBindingsEnabled(true); 2. Render an rzslider without setting the rzSliderTplUrl ``` ``` 3. Error: [$compile:missingattr] Attribute 'rzSliderTplUrl' of 'rzslider' is non-optional...

enhancement

Hi, I have implemented as it is in the example. but getting below error. Could you please help on this. Error: [Intervention] Ignored attempt to cancel a touchstart event with...

### Steps to reproduce 1. This issue is rather hard to reproduce and happens rarely and non-deterministically. ### Expected behaviour If i touch or click the slider, it should work...

### Steps to reproduce 1. Have a slider with a restricted region and `draggableRange` set to true 2. Drag the slider bar Demo: http://jsfiddle.net/xk5tmq64/ ### Expected behaviour You can't drag...

bug
PR-welcome

As I used the slider with a stepsArray and an input to change the value, I found that if a value is entered in the input that's not in the...

### Steps to reproduce 1. Wrap contents of rzslider with a div Demo: fiddle doesn't allow for additional files, so I can't demo with a custom template. ### Expected behaviour...

enhancement

### Steps to reproduce Create a slider with two dates and set options.floor Demo: http://jsfiddle.net/kdysqp1v/2/

bug

Currently, the keyboard shortcuts for Page-Up / Page-Down always move the slider by 10%. I have a slider that represents dates, by month. So, 12 ticks along the slider is...

enhancement
PR-welcome