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.
12311231If you like to have drag and drop reordering of arrays you also need
12321232[ui-sortable](https://github.com/angular-ui/ui-sortable) and its dependencies
12331233[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.
12361237
12371238In the form definition you can refer to properties of an array item by the empty
12381239bracket notation. In the ` key` simply end the name of the array with ` []`
You can’t perform that action at this time.
0 commit comments