From 01e3e99f95745f934191609915d18eebd0a197de Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Mon, 25 Apr 2016 08:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/forms.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 60e982d36a..0dce42bf90 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -772,10 +772,10 @@ figure.image-display and we only ever apply *one* of these directives to an element tag. Consistency rules! - 起初这看起来很直观,直到我们发现Angular表单一族的 *所有* 控件指令 —— 包括`NgForm`、`NgModel`、`NgControlName`和`NgControlGroup` —— 都 - *exportAs* 了 “ngForm”。 - 我们刚才不过是把这些指令 *之一* 用了一个元素标签上。 - 多么统一的规则! + 起初这看起来不直观,直到我们发现Angular表单一族的 *所有* 控件指令 —— 包括`NgForm`、`NgModel`、`NgControlName`和`NgControlGroup` —— 都 + *exportAs* 了 “ngForm”, + 原来我们刚才不过是把这些指令 *之一* 用在了一个元素标签上。 + 一致性统治一切! Now we can control visibility of the "name" error message by binding properties of the `name` control to the message `
` element's `hidden` property.