Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da310e3

Browse files
nursultanturdalievwardbell
authored andcommitted
docs(dynamic-form): "ngMode" => "ngModel"
closes angular#989
1 parent fce3e37 commit da310e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/cookbook/dynamic-form.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ include ../_util-fns
9494
We only have two types of questions at this point but we can imagine many more.
9595
The `ngSwitch` determines which type of question to display.
9696

97-
In both components we're relying on Angular's **ngFormMode** to connect the template HTML to the
97+
In both components we're relying on Angular's **ngFormModel** to connect the template HTML to the
9898
underlying control objects, populated from the question model with display and validation rules.
9999

100100
<a id="questionnaire-metadata"></a>

0 commit comments

Comments
 (0)