tb / ng2-nouislider

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

Update step size on every change #98

Closed RichieRock closed 7 years ago

RichieRock commented 7 years ago

Ng2-nouilslider was not updating step size if it was changed. This PR will update it in ngOnChanges similarly as max and min was updated.

Also, the demo was updated to see the effect on step size changes.