mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
3 lines
190 B
HTML
3 lines
190 B
HTML
<select ng-model="model" ng-disabled="disabled" guac-focus="focused"
|
|
ng-options="option as getFieldOption(option) | translate for option in field.options | orderBy: value"></select>
|