Open Raagu1993 opened 5 years ago
@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. I am not able to bind it from controller
@Raagu1993 Could you provide your code?
-In my controller I am assigning events to "selectedDate" as below
$scope.onTimeSelected = function(selectedTime, events, disabled) {
$scope.selectedDate = events;
};
-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.