File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
< label class ="control-label " ng-show ="showTitle() "> {{ form.title }}</ label >
5
5
< ol class ="list-group " sf-field-model ui-sortable ="form.sortOptions ">
6
6
< li class ="list-group-item {{form.fieldHtmlClass}} "
7
- schema-form-array-items
8
7
sf-field-model ="ng-repeat "
9
8
ng-repeat ="item in $$value$$ track by $index ">
10
9
< button ng-hide ="form.readonly || form.remove === null "
14
13
type ="button " class ="close pull-right ">
15
14
< span aria-hidden ="true "> ×</ span > < span class ="sr-only "> Close</ span >
16
15
</ button >
16
+ < div schema-form-array-items sf-key-controller sf-parent-key ="[{{form.key.join('][')}}] " sf-index ="{{$index}} "> </ div >
17
17
</ li >
18
18
</ ol >
19
19
< div class ="clearfix " style ="padding: 15px; " ng-model ="modelArray " schema-validate ="form ">
You can’t perform that action at this time.
0 commit comments