We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7727266 commit 0b89867Copy full SHA for 0b89867
src/array.html
@@ -2,7 +2,7 @@
2
sf-field-model="sf-new-array"
3
sf-new-array>
4
<label class="control-label" ng-show="showTitle()">{{ form.title }}</label>
5
- <ol class="list-group" ui-sortable>
+ <ol class="list-group" ui-sortable="{{form.sortOptions}}">
6
<li class="list-group-item {{form.fieldHtmlClass}}"
7
schema-form-array-items
8
sf-field-model="ng-repeat"
0 commit comments