Skip to content

Commit

Permalink
feat(weekView): show event actions
Browse files Browse the repository at this point in the history
Closes #219
  • Loading branch information
Matt Lewis committed May 29, 2017
1 parent d74c8e8 commit 7e7af92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/week/calendarWeekViewEvent.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { WeekViewEvent } from 'calendar-utils';
[ngClass]="weekEvent.event?.cssClass"
[mwlCalendarTooltip]="weekEvent.event.title | calendarEventTitle:'weekTooltip':weekEvent.event"
[tooltipPlacement]="tooltipPlacement">
<mwl-calendar-event-actions [event]="weekEvent.event"></mwl-calendar-event-actions>
<mwl-calendar-event-title
[event]="weekEvent.event"
view="week"
Expand Down

0 comments on commit 7e7af92

Please sign in to comment.