Hi Suresh,

You sample is incomplete. an nromal HTML5 slider looks something like this:
<input type="range" ng-model="opacity" min=10 max=99 step="1">

And it will then produce exactly as much decimals as you require in the 
step method. If you are using some library that does your slider, the 
problem is probably in there somewhere.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to