Skip to content

Commit

Permalink
fix(datepicker): hide weekdays in year view
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Mar 31, 2017
1 parent f93778c commit b706944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/datepicker/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</button>
</div>

<table class="mat-calendar-weekday-table">
<table class="mat-calendar-weekday-table" *ngIf="_monthView">
<tr><td *ngFor="let day of _weekdays">{{day}}</td></tr>
</table>
</div>
Expand Down

0 comments on commit b706944

Please sign in to comment.