From 973e7c9d257f119843225adc425481cccbefe465 Mon Sep 17 00:00:00 2001 From: Kara Date: Mon, 9 Feb 2015 13:44:42 -0800 Subject: [PATCH] Update variables to match example It looks like the {{item}} variable in the examples should be {{person}}, as that is what has been exported (#person, etc). It seems like the docs aren't finalized, but the discrepancy might confuse people coming in to learn from them in the meantime. --- modules/angular2/docs/core/01_templates.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/angular2/docs/core/01_templates.md b/modules/angular2/docs/core/01_templates.md index a85506bb9a91..9380066fcaf1 100644 --- a/modules/angular2/docs/core/01_templates.md +++ b/modules/angular2/docs/core/01_templates.md @@ -378,7 +378,7 @@ of the templates occures. One such example is foreach. ``` @@ -394,7 +394,7 @@ syntax is prefferable. ``` ``` @@ -404,7 +404,7 @@ which allows us to further shorten the text. ``` ``` @@ -413,7 +413,7 @@ microsyntax for `foreach`. ``` ``` @@ -587,4 +587,4 @@ langugage, binding expressions behave differently in following ways: ## Further Reading -* [Template Syntax Constraints and Reasoning](https://docs.google.com/document/d/1HHy_zPLGqJj0bHMiWPzPCxn1pO5GlOYwmv-qGgl4f_s) \ No newline at end of file +* [Template Syntax Constraints and Reasoning](https://docs.google.com/document/d/1HHy_zPLGqJj0bHMiWPzPCxn1pO5GlOYwmv-qGgl4f_s)