From 3d6821181c4b47bde07693e7df73a08d97211007 Mon Sep 17 00:00:00 2001 From: Simeon Simeonoff Date: Thu, 22 Nov 2018 17:18:33 +0200 Subject: [PATCH 1/4] fix(calendar): make all class names unique Closes #2287 --- .../src/lib/calendar/calendar.component.html | 16 ++++----- .../lib/calendar/calendar.component.spec.ts | 12 +++---- .../calendar/_calendar-component.scss | 36 +++++++++---------- .../components/calendar/_calendar-theme.scss | 29 ++++++--------- 4 files changed, 40 insertions(+), 53 deletions(-) diff --git a/projects/igniteui-angular/src/lib/calendar/calendar.component.html b/projects/igniteui-angular/src/lib/calendar/calendar.component.html index 0fd937b1568..a9ecf93d246 100644 --- a/projects/igniteui-angular/src/lib/calendar/calendar.component.html +++ b/projects/igniteui-angular/src/lib/calendar/calendar.component.html @@ -1,13 +1,13 @@ - {{ getFormattedDate().weekday }},  - {{ getFormattedDate().monthday }} + {{ getFormattedDate().weekday }},  + {{ getFormattedDate().monthday }} - + {{ formattedMonth(viewDate) }} - + {{ formattedYear(viewDate) }} @@ -21,15 +21,15 @@

-
-