Skip to content

Commit

Permalink
fix bug where calendar would not display years (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Apr 10, 2019
1 parent 669925d commit 305d796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/lib/calendar/calendar.component.ts
Expand Up @@ -888,6 +888,7 @@ export class CalendarComponent implements OnInit, OnDestroy, AfterViewChecked, C
this.date = new Date();
}
this.constructCalendar();
this.constructCalendarYearsList();
this.calendarId = this.hasher.hash();
if (this.month) {
this.selectMonth(this.month);
Expand Down

0 comments on commit 305d796

Please sign in to comment.