<!-- Template to build output for password strength value -->
<input id="txtPasswordStrength" ng-model="strength" update-password-strength>
<!-- Template to build output for password strength value matching a specific password field -->
<input id="txtPasswordStrengthWithField" ng-model="strength" update-password-strength field-id="txtPassword">
Back to Directory