mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
5 lines
202 B
HTML
5 lines
202 B
HTML
<select guac-focus="focused"
|
|
ng-attr-id="{{ fieldId }}"
|
|
ng-model="model"
|
|
ng-options="language.key as language.value for language in languages | toArray | orderBy: key"></select>
|