-
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
Call a method on Next and Previous icon click #40
Comments
@nishadotcom There's a rangeChanged callback you can use, please kindly check the README for the detail. Let me know if it can meet your requirement. Thanks. |
Hai @twinssbc Thanks for the instruction, I wrote a separate method called Test() but I could not access it and I did not get the result.( The result would be simple alert) Please suggest. Best |
@nishadotcom could you provide your related html and js files so that I can have a look? |
Hai @twinssbc Sure. Controller I need to alert the date when I click on Next or Previous button by clicking. Best |
@nishadotcom How do you use your get_date function in html file? |
Hai @twinssbc I need to call it on ng-click. |
@nishadotcom I still don't know where do you call this get_date function.
|
Hai @twinssbc I call the method as semicolon separated Yes, It is not reaching out. So I am getting your input. The thing is I need to get data from service for the particular month. Best |
@nishadotcom Instead of customizing the calendar internal behaviour, why not using the callback the calendar exposes?
|
Hai @twinssbc
I like to call a method on Previous and Next icon click.
E.g:
I have a controller in body tag. Name is my_controller.
I have declared a method here.
I like to call the method while click on the Next or previous icon.
Please suggest.
Best
nishadotcom
The text was updated successfully, but these errors were encountered: