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 @@ -1233,8 +1233,9 @@ could be changed using attribute `add`, see example below.
1233
1233
If you like to have drag and drop reordering of arrays you also need
1234
1234
[ui-sortable](https://github.com/angular-ui/ui-sortable) and its dependencies
1235
1235
[jQueryUI](http://jqueryui.com/), see *ui-sortable* documentation for details of
1236
- what parts of jQueryUI that is needed. You can safely ignore these if you don't
1237
- need the reordering.
1236
+ what parts of jQueryUI that is needed. You can also pass options to the *ui-sortable* directive
1237
+ by including a ` sortOptions` key on the form object. Check the *ui-sortable* documentation
1238
+ for a complete list of available options. You can safely ignore these if you don't need the reordering.
1238
1239
1239
1240
In the form definition you can refer to properties of an array item by the empty
1240
1241
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