Skip to content

Commit

Permalink
fix(day-view): add custom cssClass to allDay events
Browse files Browse the repository at this point in the history
Fixes #769
  • Loading branch information
CommonGuy authored and mattlewis92 committed Oct 13, 2018
1 parent 4c71eba commit d2ac44c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export interface DayViewEventResize {
(drop)="eventDropped($event, view.period.start, true)">
<mwl-calendar-day-view-event
*ngFor="let event of view.allDayEvents; trackBy:trackByEventId"
[ngClass]="event.cssClass"
[dayEvent]="{event: event}"
[tooltipPlacement]="tooltipPlacement"
[tooltipTemplate]="tooltipTemplate"
Expand Down

0 comments on commit d2ac44c

Please sign in to comment.