Skip to content

Commit

Permalink
Fixed #5263
Browse files Browse the repository at this point in the history
  • Loading branch information
Merve7 committed Apr 18, 2018
1 parent a2bf3bf commit 6953fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/calendar/calendar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export interface LocaleSettings {
'ui-datepicker-current-day':isSelected(date),'ui-datepicker-today':date.today}">
<a class="ui-state-default" href="#" *ngIf="date.otherMonth ? showOtherMonths : true"
[ngClass]="{'ui-state-active':isSelected(date), 'ui-state-highlight':date.today, 'ui-state-disabled':!date.selectable}"
(click)="onDateSelect($event,date)">
(click)="onDateSelect($event,date)" draggable="false">
<ng-container *ngIf="!dateTemplate">{{date.day}}</ng-container>
<ng-container *ngTemplateOutlet="dateTemplate; context: {$implicit: date}"></ng-container>
</a>
Expand Down

0 comments on commit 6953fb5

Please sign in to comment.