angular-slider/angularjs-slider

Rotated Slider

wewake4 opened this issue · 2 comments

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>

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

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