Skip to content

Commit 0b89867

Browse files
author
Chris Cornwell
committed
allow ui-sortable options to be passed into the directive via sortOptions key on the form
1 parent 7727266 commit 0b89867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sf-field-model="sf-new-array"
33
sf-new-array>
44
<label class="control-label" ng-show="showTitle()">{{ form.title }}</label>
5-
<ol class="list-group" ui-sortable>
5+
<ol class="list-group" ui-sortable="{{form.sortOptions}}">
66
<li class="list-group-item {{form.fieldHtmlClass}}"
77
schema-form-array-items
88
sf-field-model="ng-repeat"

0 commit comments

Comments
 (0)