Skip to content

Commit 896ec3e

Browse files
committed
Additional doc example.
1 parent 3353cca commit 896ec3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@ General options most field types can handle:
635635
labelHtmlClass: "street" // CSS Class(es) to be added to the label of the field (or similar)
636636
copyValueTo: ["address.street"], // Copy values to these schema keys.
637637
condition: "person.age < 18" // Show or hide field depending on an angular expression
638+
destroyStrategy: null // One of null, empty string, undefined, or 'retain'. Changes model on $destroy event.
638639
}
639640
```
640641

0 commit comments

Comments
 (0)