jsmodules / angular-material-calendar

A calendar directive for AngularJS and Angular Material Design
https://angular-material-calendar.bradb.net/
Mozilla Public License 2.0
182 stars 86 forks source link

How to display more events in one day? #94

Open PuRonglong opened 8 years ago

lutcmoi commented 8 years ago

Hi, I have been doing it by injecting my HTML directly with MaterialCalendar.setDayContent. That way, I cant manage the behavior inside each day.

gseabrook commented 7 years ago

@lutcmoi Would you mind giving an example of how you are doing it? I haven't figured out a better way than looping through the events and building up an html string thats returned to the setDayContent method

lutcmoi commented 7 years ago

@gseabrook It is exactly what I did.