twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

how to show my orders data in calendar #144

Closed akashsky44 closed 7 years ago

akashsky44 commented 7 years ago

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. capture newcapture

twinssbc commented 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;
}