type="Individual"
af-name="parent"
label="Parent"
- af-api4-params="{where: ['id','=', routeParams.cid]}"
+ api4-params="{where: ['id','=', routeParams.cid]}"
/>
<af-model
type="Individual"
af-name="spouse"
label="Spouse"
- af-contact-relationship="['Spouse of', 'parent']"
+ contact-relationship="['Spouse of', 'parent']"
/>
<!-- "parent" and "spouse" should be exported as variables in this scope -->
<!--type="Email"-->
<!--af-name="email"-->
<!--label="Emails"-->
- <!--af-api4-params="{where: ['contact_id', '=', options.parent.id]}"-->
+ <!--api4-params="{where: ['contact_id', '=', options.parent.id]}"-->
<!--/>-->
<!--<af-fieldset af-name="email">-->
<!---->
type="Individual"
af-name="parent"
label="Parent"
- af-api4-params="{where: ['id','=', routeParams.cid]}"
+ api4-params="{where: ['id','=', routeParams.cid]}"
/>
<af-model
type="Individual"
af-name="spouse"
label="Spouse"
- af-contact-relationship="['Spouse of', 'parent']"
+ contact-relationship="['Spouse of', 'parent']"
/>
<!-- "parent" and "spouse" should be exported as variables in this scope -->
<af-form ctrl="modelListCtrl">
<!-- FIXME: Distinguish "Individual"s from "Household"s -->
- <af-model type="Contact" af-name="parent" label="Parent" af-api4-params="{where: ['id','=', routeParams.cid]}"></af-model>
- <af-model type="Contact" af-name="spouse" label="Spouse" af-contact-relationship="['Spouse of', 'parent']"></af-model>
+ <af-model type="Contact" af-name="parent" label="Parent" api4-params="{where: ['id','=', routeParams.cid]}"></af-model>
+ <af-model type="Contact" af-name="spouse" label="Spouse" contact-relationship="['Spouse of', 'parent']"></af-model>
<af-model type="Contact" af-name="home" label="Home"></af-model>
<!-- "parent" and "spouse" should be exported as variables in this scope -->