-
Notifications
You must be signed in to change notification settings - Fork 77
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
Callback on "Prev" and "Next" click #59
Comments
Sorry, please ignore this question, I managed to do it. Will open a new issue. |
@isteven Hi, I am facing the same problem. how did you managed to get this done? |
@iamntg What's your issue? The rangeChanged callback is not triggered? |
@twinssbc Hey, it was fixed, Thank you. The queryMode need to be set as variable from the controller. I was trying to set it directly from the html. |
Hi @twinssbc ,
Thanks for the directive, it's really helpful.
I need to create a callback when the next / prev button is clicked. Something similar with this: #40.
As suggested there, I tried using the "range-changed" attribute, but I'm still unable to get my callback function triggered.
My HTML:
My Javascript:
Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: