mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 15:37:41 +00:00
GUACAMOLE-292: Add support for email fields.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<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>
|
Reference in New Issue
Block a user