1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/app/settings/language/language.jade
Gunther Brunner 710a5daeab - LocalForage dependencies works now.
- Language template using embedded controller.
2014-03-13 16:35:24 +09:00

8 lines
290 B
Text

.widget-container.fluid-height(ng-controller='LanguageCtrl')
.heading
i.fa.fa-flag
span(translate) Language
.widget-content.padded
.form-horizontal
.form-group
select.form-control(ng-model='language', ng-options='l.code as l.name for l in supportedLanguages')