Skip to content
This repository was archived by the owner on Aug 15, 2020. It is now read-only.

Commit bfacb9f

Browse files
committed
Additional doc example.
1 parent d21377f commit bfacb9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/index.md

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

0 commit comments

Comments
 (0)