Closed isteven closed 8 years ago
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? This callback is only triggered when the queryMode is set to 'remote', did you set it?
@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.