(docs): toh - fix typo; closes #385

This commit is contained in:
Arliang 2015-11-19 02:39:28 +08:00 committed by Ward Bell
parent e6e66e1d2c
commit 8a4861c26a
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ include ../../../../_includes/_util-fns
## Declare Multiple Form Directives
We learned from our latest error message that we cant the import `NgModel` alone.
We learned from our latest error message that we cant 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.