Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit 1e735db

Browse files
committed
fix: calendar-body cell value display fixed
1 parent 2f2529c commit 1e735db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datepicker/calendar-body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
[class.mat-calendar-body-active]="activeValue === item.value"
4545
[class.mat-calendar-body-today]="todayValue === item.value">
4646
</div>
47-
<span class="mat-calendar-body-cell-content"> item.displayValue }}</span>
47+
<span class="mat-calendar-body-cell-content">{{ item.displayValue }}</span>
4848
</td>
4949
</tr>

0 commit comments

Comments
 (0)