summaryrefslogtreecommitdiffstats
path: root/web/directive/select.html
blob: 4557e8f0bdc9b24b02e390dcf96413a65ad2fb7a (plain)
1
2
3
4
5
6
7
8
9
10
<!--
    Copyright (c) 2012-2015 Kaarle Ritvanen
    See LICENSE file for license details
-->

<select class="form-control aconf-sync"
	name="{{ name }}"
	ng-model="value"
	ng-options="ch.value as ch['ui-value'] for ch in choices">
</select>