File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1206,8 +1206,8 @@ need the reordering.
1206
1206
In the form definition you can refer to properties of an array item by the empty
1207
1207
bracket notation. In the ` key` simply end the name of the array with ` []`
1208
1208
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 ` .
1211
1211
1212
1212
Given the schema:
1213
1213
` ` ` json
@@ -1570,7 +1570,7 @@ function FormCtrl($scope) {
1570
1570
" eligible" ,
1571
1571
{
1572
1572
type: " conditional" ,
1573
- condition: " model.person.eligible" ,
1573
+ condition: " model.person.eligible" ,
1574
1574
items: [
1575
1575
" code"
1576
1576
]
You can’t perform that action at this time.
0 commit comments