Skip to content
Merged
Prev Previous commit
Next Next commit
Additional doc example.
  • Loading branch information
jbsaff committed May 1, 2015
commit 896ec3e771ed53979f399e884a13a395852ab84d
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ General options most field types can handle:
labelHtmlClass: "street" // CSS Class(es) to be added to the label of the field (or similar)
copyValueTo: ["address.street"], // Copy values to these schema keys.
condition: "person.age < 18" // Show or hide field depending on an angular expression
destroyStrategy: null // One of null, empty string, undefined, or 'retain'. Changes model on $destroy event.
}
```

Expand Down