Skip to content

Commit 1b00629

Browse files
committed
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular into hanastasov/grid-state
2 parents 75700d1 + 70f86c9 commit 1b00629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/calendar/calendar.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ <h2 class="igx-calendar__header-date">
4747
[@animateChange]="animationAction"
4848
(@animateChange.done)="animationDone($event)">
4949
<igx-days-view *ngFor="let view of dayViews; index as i;" [changeDaysView]="true" #days
50+
[selection]="selection"
5051
[locale]="locale"
5152
[value]="value"
5253
[viewDate]="getViewDate(i)"
5354
[weekStart]="weekStart"
5455
[formatOptions]="formatOptions"
5556
[formatViews]="formatViews"
56-
[selection]="selection"
5757
[disabledDates]="disabledDates"
5858
[specialDates]="specialDates"
5959
[hideOutsideDays]="hideOutsideDays"

0 commit comments

Comments
 (0)