mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix section title on binding.md (#53072)
fixes #53070 PR Close #53072
This commit is contained in:
parent
d89491d195
commit
9640f2bceb
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ Examples of binding include:
|
|||
* event binding
|
||||
* two-way binding
|
||||
|
||||
Bindings always have two parts: a _target_ which will receive the bound value, and a _template expression_ which produces a value from the model.## Syntax
|
||||
Bindings always have two parts: a _target_ which will receive the bound value, and a _template expression_ which produces a value from the model.
|
||||
|
||||
## Syntax
|
||||
|
||||
Template expressions are similar to JavaScript expressions.
|
||||
Many JavaScript expressions are legal template expressions, with the following exceptions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue