parent
cf0444b731
commit
8e24c0fff4
@ -40,7 +40,7 @@ Note the following:
|
|||||||
also carries a custom validator directive, `forbiddenName`. For more
|
also carries a custom validator directive, `forbiddenName`. For more
|
||||||
information, see [Custom validators](guide/form-validation#custom-validators) section.
|
information, see [Custom validators](guide/form-validation#custom-validators) section.
|
||||||
|
|
||||||
* `#name="ngModel"` exports `NgModel` into a local variable callled `name`. `NgModel` mirrors many of the properties of its underlying
|
* `#name="ngModel"` exports `NgModel` into a local variable called `name`. `NgModel` mirrors many of the properties of its underlying
|
||||||
`FormControl` instance, so you can use this in the template to check for control states such as `valid` and `dirty`. For a full list of control properties, see the [AbstractControl](api/forms/AbstractControl)
|
`FormControl` instance, so you can use this in the template to check for control states such as `valid` and `dirty`. For a full list of control properties, see the [AbstractControl](api/forms/AbstractControl)
|
||||||
API reference.
|
API reference.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user