Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 0ecac4e

Browse files
attilapapaijuleskremer
authored andcommitted
fixed x event binding typo (#3150)
1 parent 422632f commit 0ecac4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/template-syntax.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ block style-property-name-dart-diff
848848

849849
Angular offers a special _two-way data binding_ syntax for this purpose, **`[(x)]`**.
850850
The `[(x)]` syntax combines the brackets
851-
of _property binding_, `[x]`, with the parentheses of _event binding_, `(x)`.
851+
of _property binding_, `[x]`, with the parentheses of _event binding_, `(xChange)`.
852852

853853
.callout.is-important
854854
header [( )] = banana in a box

0 commit comments

Comments
 (0)