From fc9c871d6ea0b106d2bbcee68e2d42540598537b Mon Sep 17 00:00:00 2001 From: sphawkcn Date: Fri, 3 Apr 2020 15:29:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=94=E8=AF=AF=EF=BC=9A=E5=95=86=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20=3D>=20=E7=A8=8B=E5=BA=8F=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 商逻辑 => 程序逻辑 --- aio/content/guide/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture.md b/aio/content/guide/architecture.md index e47ce81f85..65e8ad6cfd 100644 --- a/aio/content/guide/architecture.md +++ b/aio/content/guide/architecture.md @@ -119,7 +119,7 @@ Template *directives* provide program logic, and *binding markup* connects your There are two types of data binding: 模板会把 HTML 和 Angular 的标记(markup)组合起来,这些标记可以在 HTML 元素显示出来之前修改它们。 -模板中的*指令*会提供商逻辑,而*绑定标记*会把你应用中的数据和 DOM 连接在一起。 +模板中的*指令*会提供程序逻辑,而*绑定标记*会把你应用中的数据和 DOM 连接在一起。 有两种类型的数据绑定: * *Event binding* lets your app respond to user input in the target environment by updating your application data.