docs(dynamic-form): "ngMode" => "ngModel"

closes #989
This commit is contained in:
Nursultan Turdaliev 2016-03-19 12:43:59 +01:00 committed by Ward Bell
parent fce3e37530
commit da310e3f81
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ include ../_util-fns
We only have two types of questions at this point but we can imagine many more.
The `ngSwitch` determines which type of question to display.
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
underlying control objects, populated from the question model with display and validation rules.
<a id="questionnaire-metadata"></a>