blob: db6d3beda9eaf39b3eecb6709283ee631eb3ce39 [file] [log] [blame]
<div class="email-field">
<input type="email"
ng-model="model"
ng-hide="readOnly"
autocorrect="off"
autocapitalize="off"/>
<a href="mailto:{{model}}" ng-show="readOnly">{{model}}</a>
</div>