AlwaysVbNet

Results 1 issues of AlwaysVbNet

I am trying to apply a decimal rating i.e. 2.3 but it won't display the correct result. I'm using knockout.js. Any ideas how to fix? var rating = ko.observable(2.3); var...