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

<aconf-basic-input>
    <input type="text"
	   class="form-control aconf-sync"
	   name="{{ name }}"
	   ng-model="value">
</aconf-basic-input>