{{ 'CHANGE_PWD.TITLE' | translate }}

@if (!showOldPwd) { } @if (showOldPwd) { }
@if ( oldPassInput.invalid && (oldPassInput.dirty || oldPassInput.touched) ) { {{ 'TOOLTIP.CURRENT_PWD' | translate }} }
@if (!showNewPwd) { } @if (showNewPwd) { }
@if (!getValidationState('newPassword')) { {{ 'TOOLTIP.PASSWORD' | translate }} }
@if (!showReNewPwd) { } @if (showReNewPwd) { }
@if (!getValidationState('reNewPassword')) { {{ 'TOOLTIP.CONFIRM_PWD' | translate }} }