-
Notifications
You must be signed in to change notification settings - Fork 73
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
Not able to display month events #182
Comments
@Raagu1993 If events is undefined, that mean there's no event on that date. Is that not expected? |
Thanks, I am getting events. After getting events in onTimeSelected function, how to bind events in monthviewEventDetail.html. |
@Raagu1993 Could you provide your code? |
-In my controller I am assigning events to "selectedDate" as below
-I am trying to bind events values in monthviewEventDetail.html. Not able to print. I have added monthviewEventDetail.html custom. -But, If I hard code any content in monthviewEventDetail.html. I am able to see in the view -In HTML |
@Raagu1993 You don't need to assign events to selectedDate. It is handled internally. |
@twinssbc
When I click on the date in the month view, events are showing undefined. Could you please let me know how to resolve it? Kindly find the below screen grab.
The text was updated successfully, but these errors were encountered: