From 207b04e26442985e2294e89d41dcb9fa4b1bdbe8 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Wed, 17 Aug 2016 16:42:56 -0700 Subject: [PATCH] docs(template-syntax): tweak `[(ngModel)]` section header --- public/docs/ts/_cache/guide/template-syntax.jade | 2 +- public/docs/ts/latest/guide/template-syntax.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/_cache/guide/template-syntax.jade b/public/docs/ts/_cache/guide/template-syntax.jade index 51aaf301c9..6cebce7b81 100644 --- a/public/docs/ts/_cache/guide/template-syntax.jade +++ b/public/docs/ts/_cache/guide/template-syntax.jade @@ -873,7 +873,7 @@ block style-property-name-dart-diff :marked There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously. - ### Inside [(ngModel)] + ### Inside `[(ngModel)]` We could have achieved the same result with separate bindings to the `` element's `value` property and `input` event. +makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".") diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index 51aaf301c9..6cebce7b81 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -873,7 +873,7 @@ block style-property-name-dart-diff :marked There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously. - ### Inside [(ngModel)] + ### Inside `[(ngModel)]` We could have achieved the same result with separate bindings to the `` element's `value` property and `input` event. +makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")