fixed x event binding typo (#3150)

This commit is contained in:
Attila Pápai 2017-01-26 22:34:09 +01:00 committed by Jules Kremer
parent 422632fb08
commit 0ecac4ec9e
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ block style-property-name-dart-diff
Angular offers a special _two-way data binding_ syntax for this purpose, **`[(x)]`**.
The `[(x)]` syntax combines the brackets
of _property binding_, `[x]`, with the parentheses of _event binding_, `(x)`.
of _property binding_, `[x]`, with the parentheses of _event binding_, `(xChange)`.
.callout.is-important
header [( )] = banana in a box