chore(typo): fix a typo about [{}] reported in feedback

This commit is contained in:
Naomi Black 2015-12-16 14:10:27 -08:00
parent 3b8d9dd43a
commit 3c24f45ee6
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ code-example(format="", language="html").
Thats an improvement. It should be better.
We shouldn't have to mention the data property twice. Angular should be able to read the components data property and set it
with a single declaration — which it can with the `[{ }]` syntax:
with a single declaration — which it can with the `[( )]` syntax:
+makeExample('template-syntax/ts/app/app.component.html', 'NgModel-1')(format=".")
.l-sub-section