docs(template-syntax): tweak `[(ngModel)]` section header

This commit is contained in:
Ward Bell 2016-08-17 16:42:56 -07:00
parent 6df26b5058
commit 207b04e264
2 changed files with 2 additions and 2 deletions

View File

@ -873,7 +873,7 @@ block style-property-name-dart-diff
:marked
Theres 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 `<input>` element's `value` property and `input` event.
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")

View File

@ -873,7 +873,7 @@ block style-property-name-dart-diff
:marked
Theres 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 `<input>` element's `value` property and `input` event.
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")