From aeaa3bdefacd2d9136375712ae6a93059db71f3a Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Tue, 8 Aug 2017 13:18:51 +0800 Subject: [PATCH] fix: translate more --- aio/content/guide/form-validation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/content/guide/form-validation.md b/aio/content/guide/form-validation.md index 90c07ec89b..99709d8d6e 100644 --- a/aio/content/guide/form-validation.md +++ b/aio/content/guide/form-validation.md @@ -247,6 +247,8 @@ to the `FormControl`. ### Adding to template-driven forms +### 添加到模板驱动表单 + In template-driven forms, you don't have direct access to the `FormControl` instance, so you can't pass the validator in like you can for reactive forms. Instead, you need to add a directive to the template.