We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
The ng-change="" no work on slider. You have an idea of the problem?
The text was updated successfully, but these errors were encountered:
this directive seems to be unsupported. Is there a reason it's not? One would figure ng-change would be pretty much standard on all form elements.
Sorry, something went wrong.
They've updated the library to add a change callback:
<slider floor="0" ceiling="100" step="1" ng-model="percent" change="onSliderChange(percent)"></slider>
No branches or pull requests
Hi,
The ng-change="" no work on slider.
You have an idea of the problem?
The text was updated successfully, but these errors were encountered: