File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1206,8 +1206,8 @@ need the reordering.
12061206In the form definition you can refer to properties of an array item by the empty
12071207bracket notation. In the ` key` simply end the name of the array with ` []`
12081208
1209- By default the array will start with one *undefined* value so that the user is presented with one a
1210- form, to supress this the attribute ` startEmpty` to ` true `
1209+ By default the array will start with one *undefined* value so that the user is presented with one
1210+ form element. To suppress this behaviour, set the attribute ` startEmpty` to ` true ` .
12111211
12121212Given the schema:
12131213` ` ` json
@@ -1570,7 +1570,7 @@ function FormCtrl($scope) {
15701570 " eligible" ,
15711571 {
15721572 type: " conditional" ,
1573- condition: " model.person.eligible" ,
1573+ condition: " model.person.eligible" ,
15741574 items: [
15751575 " code"
15761576 ]
You can’t perform that action at this time.
0 commit comments