Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 207b04e

Browse files
committed
docs(template-syntax): tweak [(ngModel)] section header
1 parent 6df26b5 commit 207b04e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ block style-property-name-dart-diff
873873
:marked
874874
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
875875

876-
### Inside [(ngModel)]
876+
### Inside `[(ngModel)]`
877877
We could have achieved the same result with separate bindings to
878878
the `<input>` element's `value` property and `input` event.
879879
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ block style-property-name-dart-diff
873873
:marked
874874
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
875875

876-
### Inside [(ngModel)]
876+
### Inside `[(ngModel)]`
877877
We could have achieved the same result with separate bindings to
878878
the `<input>` element's `value` property and `input` event.
879879
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")

0 commit comments

Comments
 (0)