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

<ng-form name="form" ui-sortable="sortable" ng-model="fields">
  <aconf-widget ng-repeat="field in fields"
		field="field"
		form-field="form[field.name]">
  </aconf-widget>
</ng-form>