From 0ecac4ec9e4cb2c1f346880849f129691a848621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20P=C3=A1pai?= Date: Thu, 26 Jan 2017 22:34:09 +0100 Subject: [PATCH] fixed x event binding typo (#3150) --- public/docs/ts/latest/guide/template-syntax.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index 15e12ff695..9e08205cba 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -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