From f802436c81712843feecae4df558372d818d957c Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 27 Apr 2017 16:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/reactive-forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/reactive-forms.jade b/public/docs/ts/latest/guide/reactive-forms.jade index 9ff31b3f23..fa29047e0b 100644 --- a/public/docs/ts/latest/guide/reactive-forms.jade +++ b/public/docs/ts/latest/guide/reactive-forms.jade @@ -119,7 +119,7 @@ a#intro and values of the HTML controls on screen. Reactive forms offer the ease of using reactive patterns, testing, and validation. - Angular的*响应式*表单能让实现*响应式编程风格*更容易,这种编程风格更喜欢在非UI的*数据模型*(通常接收自服务器)之间显式的管理数据流, + Angular的*响应式*表单能让实现*响应式编程风格*更容易,这种编程风格更倾向于在非UI的*数据模型*(通常接收自服务器)之间显式的管理数据流, 并且用一个UI导向的*表单模型*来保存屏幕上HTML控件的状态和值。 响应式表单可以让使用响应式编程模式、测试和校验变得更容易。