Skip to content

Commit 88ce561

Browse files
committed
Merge pull request #366 from sangel10/patch-1
Modify conditional example
2 parents c60ec96 + 98c3ab6 commit 88ce561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ function FormCtrl($scope) {
15701570
"eligible",
15711571
{
15721572
type: "conditional",
1573-
condition: "person.eligible", //or "model.eligable"
1573+
condition: "model.person.eligible",
15741574
items: [
15751575
"code"
15761576
]

0 commit comments

Comments
 (0)