angular-slider / angularjs-slider

Slider directive for AngularJS 1.X. No dependencies and mobile friendly.
http://angular-slider.github.io/angularjs-slider
MIT License
1.23k stars 498 forks source link

Rotated Slider #637

Closed wewake4 closed 5 years ago

wewake4 commented 6 years ago

Steps to reproduce

  1. Install slider
  2. Include slider
  3. Move slider

Expected behaviour

Move along with the mouse

Actual behaviour

The slider shows a strange behavior: when I start to move the slider , It moves in opposite direction.

<rzslider rz-slider-model="vm.priceSlider.value" rz-slider-options="vm.priceSlider.options" style="transform: rotate(3.2108rad);"></rzslider>

ValentinH commented 6 years ago

We don't support rotation on the sliders. However, we do support vertical slider by setting the vertical option to true.

ValentinH commented 5 years ago

Closing as there was no answer for a while. Comment to re-open 😉