mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <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>
 |