blob: 17cfc0a6cc80d26d80c43e6a05a3a695e135a8a8 [file] [log] [blame]
<div class="password-field">
<input type="{{passwordInputType}}"
ng-disabled="disabled"
ng-attr-id="{{ fieldId }}"
ng-attr-name="{{ field.name }}"
ng-model="model"
ng-trim="false"
guac-focus="focused"
autocorrect="off"
autocapitalize="off">
<div class="icon toggle-password" ng-click="togglePassword()" title="{{getTogglePasswordHelpText() | translate}}"></div>
</div>