Merge 1.1.0 changes back to master.

This commit is contained in:
James Muehlner
2019-08-08 22:13:05 -07:00
33 changed files with 1755 additions and 22 deletions

View File

@@ -1,10 +1,11 @@
<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>
</div>