Skip to content

Commit

Permalink
Fixed #9983 - Password component content template not working
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Mar 10, 2021
1 parent fb8d1cc commit d71cc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/password/password.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const Password_VALUE_ACCESSOR: any = {
[@overlayAnimation]="{value: 'visible', params: {showTransitionParams: showTransitionOptions, hideTransitionParams: hideTransitionOptions}}" (@overlayAnimation.start)="onAnimationStart($event)">
<ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
<ng-container *ngIf="contentTemplate; else content">
<ng-container *ngTemplateOutlet="markerTemplate; context: {$implicit: event}"></ng-container>
<ng-container *ngTemplateOutlet="contentTemplate"></ng-container>
</ng-container>
<ng-template #content>
<div class="p-password-meter">
Expand Down

0 comments on commit d71cc20

Please sign in to comment.