(docs): toh - fix typo; closes #385
This commit is contained in:
parent
e6e66e1d2c
commit
8a4861c26a
|
@ -225,7 +225,7 @@ include ../../../../_includes/_util-fns
|
|||
|
||||
## Declare Multiple Form Directives
|
||||
|
||||
We learned from our latest error message that we can’t the import `NgModel` alone.
|
||||
We learned from our latest error message that we can’t import the `NgModel` alone.
|
||||
We need additional directives to enable two-way data binding with `NgModel`.
|
||||
|
||||
We could hunt them down and add each of them to the `directives` array one by one.
|
||||
|
|
Loading…
Reference in New Issue