<input id="txtPassword"
type="password"
name="txtPassword"
ng-model="password"
check-password-strength>
<input id="with-validators"
type="password"
name="with-validators"
ng-model="password"
ng-minlength="3"
required
check-password-strength> Back to Directory