File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1231,8 +1231,9 @@ could be changed using attribute `add`, see example below.
1231
1231
If you like to have drag and drop reordering of arrays you also need
1232
1232
[ui-sortable](https://github.com/angular-ui/ui-sortable) and its dependencies
1233
1233
[jQueryUI](http://jqueryui.com/), see *ui-sortable* documentation for details of
1234
- what parts of jQueryUI that is needed. You can safely ignore these if you don't
1235
- need the reordering.
1234
+ what parts of jQueryUI that is needed. You can also pass options to the *ui-sortable* directive
1235
+ by including a ` sortOptions` key on the form object. Check the *ui-sortable* documentation
1236
+ for a complete list of available options. You can safely ignore these if you don't need the reordering.
1236
1237
1237
1238
In the form definition you can refer to properties of an array item by the empty
1238
1239
bracket notation. In the ` key` simply end the name of the array with ` []`
You can’t perform that action at this time.
0 commit comments