docs(template-syntax): tweak `[(ngModel)]` section header
This commit is contained in:
parent
6df26b5058
commit
207b04e264
|
@ -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 `<input>` element's `value` property and `input` event.
|
||||
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")
|
||||
|
|
|
@ -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 `<input>` element's `value` property and `input` event.
|
||||
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")
|
||||
|
|
Loading…
Reference in New Issue