tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
184 stars 114 forks source link

RTL support #108

Closed anysite closed 7 years ago

anysite commented 7 years ago

Is there way to support RTL? I see that the slider has class "noUi-ltr" so it seems there is a way to flip the direction. Also in noslider there is reference about 'direction' option, but I can't find a way to pass it by the compoment. I have no problem to do it by myself but I'm not sure how it built..

anysite commented 7 years ago

O.K: found it: [config]="{direction:'rtl'}'"

in config you can put all nouislider options which are documented here