Julien Valéry
Julien Valéry
Hi can you put your options and default value i check then
problem is due to values that are then transformed into percentage positions, and pixel is a pixel so at the end you loose precision if too much points...5000 on 200px...
sorry I hadn't see your reply, if it is only for display purpose I can do a trick for to show correct value not rounded. then your sample with step...
Woo, first of all thanks a lot for sharing and all details given above. I am not sure I can take a look at the moment because I have not...
Hi, I switched to react for a while but do not hesitate to pull a PR for compliance with Angular2.
Hi, sorry for this delay, I am not able to test it right now on mobile devices. can you debug this code if not yet minified and look here https://github.com/darul75/angular-awesome-slider/blob/master/src/core/model/draggable.factory.js#L81
I guess sometimes it is based on component and stylesheets around
thx for reporting it, I need to refactore this page indeed.
Hi, I will give a solution soon. I need to give a try first
Could you try something like the following instead: ``` javascript var calculate = function( value ) { return value/100; }; $scope.options = { from: 0, to: 8, step: 0.5, round:...