vasyabigi / angular-nouislider

Simple angular directive for jquery nouislider plugin
http://vasyabigi.github.io/angular-nouislider/
MIT License
84 stars 53 forks source link

step with decimal values not working #1

Closed gbhasha closed 10 years ago

gbhasha commented 10 years ago
<div slider ng-from="test.from" ng-to="test.to" start=0 end=24 step=0.5></div>

Wish it should work similar to 'Examples with decimals' on this page: http://angular-ui.github.io/ui-slider/demo/demo.html

vasyabigi commented 10 years ago

Thanks. Fixed.