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 44 < label class ="control-label " ng-show ="showTitle() "> {{ form.title }}</ label >
55 < ol class ="list-group " sf-field-model ui-sortable ="form.sortOptions ">
66 < li class ="list-group-item {{form.fieldHtmlClass}} "
7- schema-form-array-items
87 sf-field-model ="ng-repeat "
98 ng-repeat ="item in $$value$$ track by $index ">
109 < button ng-hide ="form.readonly || form.remove === null "
1413 type ="button " class ="close pull-right ">
1514 < span aria-hidden ="true "> ×</ span > < span class ="sr-only "> Close</ span >
1615 </ button >
16+ < div schema-form-array-items sf-key-controller sf-parent-key ="[{{form.key.join('][')}}] " sf-index ="{{$index}} "> </ div >
1717 </ li >
1818 </ ol >
1919 < div class ="clearfix " style ="padding: 15px; " ng-model ="modelArray " schema-validate ="form ">
You can’t perform that action at this time.
0 commit comments