Closed akashsky44 closed 7 years ago
@akashsky44 It's probably due to the eventDetail section is using ion-content, so it occupies the rest of the height. Could you try explicitly set the height see if any element below it can be displayed? You could also use monthviewEventDetailTemplateUrl option to provide your own event details section to not use the ion-content.
.event-detail-container {
height: 100px;
}
i integrate twinssbc/Ionic-Calendar in my project. i want to show my orders list display like evetnts show when i click on date show orders details i give to u my controller code but i dont understand how to do. i am trying but it not display anything.