GUACAMOLE-422: Define field type which represents the ID of any supported language.

This commit is contained in:
Michael Jumper
2019-06-15 13:40:16 -07:00
parent 28833f3792
commit ec963dd036
6 changed files with 146 additions and 1 deletions

View File

@@ -0,0 +1 @@
<select ng-model="model" ng-options="language.key as language.value for language in languages | toArray | orderBy: key"></select>