blob: cbfbb9084464b66a0d61aaafdf7a5dca94daaf22 [file] [log] [blame]
<div class="email-field">
<input type="email"
ng-disabled="disabled"
ng-attr-id="{{ fieldId }}"
ng-model="model"
ng-hide="readOnly"
guac-focus="focused"
autocorrect="off"
autocapitalize="off"/>
<a href="mailto:{{model}}" ng-show="readOnly">{{model}}</a>
</div>