Skip to content

Commit 8675623

Browse files
committed
put mat-hint in the right spot
1 parent 5397c2d commit 8675623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/input/input-container.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
[class.md-warn]="dividerColor == 'warn'"></span>
3737
</div>
3838

39-
<div *ngIf="hintLabel != ''" [attr.id]="_hintLabelId" class="md-hint, mat-hint">{{hintLabel}}</div>
40-
<ng-content select="md-hint"></ng-content>
39+
<div *ngIf="hintLabel != ''" [attr.id]="_hintLabelId" class="md-hint">{{hintLabel}}</div>
40+
<ng-content select="md-hint, mat-hint"></ng-content>
4141
</div>

0 commit comments

Comments
 (0)