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

商逻辑 => 程序逻辑
This commit is contained in:
sphawkcn 2020-04-03 15:29:40 +08:00 committed by 雪狼
parent 4331f560c7
commit fc9c871d6e

View File

@ -119,7 +119,7 @@ Template *directives* provide program logic, and *binding markup* connects your
There are two types of data binding: There are two types of data binding:
模板会把 HTML 和 Angular 的标记markup组合起来这些标记可以在 HTML 元素显示出来之前修改它们。 模板会把 HTML 和 Angular 的标记markup组合起来这些标记可以在 HTML 元素显示出来之前修改它们。
模板中的*指令*会提供逻辑,而*绑定标记*会把你应用中的数据和 DOM 连接在一起。 模板中的*指令*会提供程序逻辑,而*绑定标记*会把你应用中的数据和 DOM 连接在一起。
有两种类型的数据绑定: 有两种类型的数据绑定:
* *Event binding* lets your app respond to user input in the target environment by updating your application data. * *Event binding* lets your app respond to user input in the target environment by updating your application data.