Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce3e37 commit da310e3Copy full SHA for da310e3
public/docs/ts/latest/cookbook/dynamic-form.jade
@@ -94,7 +94,7 @@ include ../_util-fns
94
We only have two types of questions at this point but we can imagine many more.
95
The `ngSwitch` determines which type of question to display.
96
97
- In both components we're relying on Angular's **ngFormMode** to connect the template HTML to the
+ In both components we're relying on Angular's **ngFormModel** to connect the template HTML to the
98
underlying control objects, populated from the question model with display and validation rules.
99
100
<a id="questionnaire-metadata"></a>
0 commit comments