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

Height of weekrows #95

Open Sjonnie2nd opened 8 years ago

Sjonnie2nd commented 8 years ago

I'm not using this calender. Just debugged the demo to watch how it is flexed to use it for my own. I noticed the height of the rows could vary enormously depending of how much content a day contains (#66). I fixed this simply with flex="25" for the ng-repeat of fe. februari 2015: 4 rows. But 25% works for 5 or 6 rows too. Perhaps an idea?