Skip to content

Commit

Permalink
fix(date-picker): Change the property for the other template #8917
Browse files Browse the repository at this point in the history
  • Loading branch information
valadzhov committed Feb 12, 2021
1 parent 1c769f8 commit fdfc3de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@
<igx-prefix (click)="onOpenClick($event)">
<igx-icon>today</igx-icon>
</igx-prefix>
<label *ngIf="labelVisibility&&!_labelDirectiveUserTemplate" igxLabel>{{labelTemp}}</label>
<label *ngIf="labelVisibility&&!_labelDirectiveUserTemplate" igxLabel>{{labelTemplate}}</label>
<input
class="igx-date-picker__input-date"
igxInput
Expand Down

0 comments on commit fdfc3de

Please sign in to comment.