笔误:商逻辑 => 程序逻辑

商逻辑 => 程序逻辑
This commit is contained in:
sphawkcn
2020-04-03 16:10:15 +08:00
committed by 雪狼
parent 4331f560c7
commit fc9c871d6e
+1 -1
View File
@@ -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.