seiyria/angular-bootstrap-slider

Can't use step size > 20 due to Number.toFixed limitation

Closed this issue · 1 comments

It is not possible to set the step-size of the slider higher than 20 as the Number.toFixed(num, precision) method will raise an exception when precision is greater than 20.

This issue was opened 2015 and seems to be closed. Otherwise, everyone could create a new issue.