danielcrisp / angular-rangeslider

Simple directive that creates a range slider for Angular, styled to match Bootstrap-styled form elements
danielcrisp.github.io/angular-rangeslider/
MIT License
223 stars 122 forks source link

Allow to change orientation on the fly #89

Open stefanwalther opened 8 years ago

stefanwalther commented 8 years ago

If you are changing the orientation on the fly you'll end up in something like that:

class="ngrs-range-slider ngrs-horizontal ngrs-vertical ngrs-left ngrs-right"

To be able to get it working, I have removed the all possible classes first.

Regards Stefan

stefanwalther commented 8 years ago

Now added some other stuff, orientation can now be changed on the fly.