-
-
Notifications
You must be signed in to change notification settings - Fork 496
rz-slider-on-change fires before value is changed #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Indeed. Let me fix this ;) |
Is anybody still having issues with this? After getting version 0.1.26? EDIT: what version does bower has? the minimized file says v0.1.25 and the not minimized file says v0.1.21. |
Indeed the version number are messy... The source file should be OK for this issue and I think the minimized one too but let me check tomorrow (not at work anymore for today). |
Thanks for you quick answer and for the awesome module. Just to check if what I'm trying to do is wrong, I started playing with the fiddle, which links to last version on Github. Link to fiddle http://jsfiddle.net/pq7yr6d6/53/ Is this part of the design? Notice how |
Could you add the jsfiddle link please? |
Here you go http://jsfiddle.net/pq7yr6d6/53/ edit: it's 53. Sorry. |
This is good now there was indeed still an issue. |
Great. Thanks! |
$scope.onRzSliderChange = function (value) {
console.log('changed', $scope.rzProfitSlider);
}
Is logging the old value
The text was updated successfully, but these errors were encountered: