darul75 / angular-awesome-slider

:arrows_clockwise: Angular slider control directive
http://darul75.github.io/angular-awesome-slider/
MIT License
144 stars 63 forks source link

Initial model with decimal value is truncated to a whole number (and at incorrect location.) #71

Closed Drosco closed 9 years ago

Drosco commented 9 years ago

http://jsfiddle.net/bwnLnjb2/

$scope.value3 = 1.9; $scope.options = { from: 0, to: 3, step: 0.1, dimension: '', round:2 };

The number above the slider is 1. Should be 1.9.