From 617206bd1cb6586efaca4b3af1f3f74e529eba3f Mon Sep 17 00:00:00 2001 From: Kara Date: Mon, 9 Feb 2015 13:44:42 -0800 Subject: [PATCH] docs: 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. Closes #589 --- modules/angular2/docs/core/01_templates.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/angular2/docs/core/01_templates.md b/modules/angular2/docs/core/01_templates.md index eb9c752256..56f322d8bd 100644 --- a/modules/angular2/docs/core/01_templates.md +++ b/modules/angular2/docs/core/01_templates.md @@ -378,7 +378,7 @@ of the templates occurs. One such example is foreach. ``` @@ -394,7 +394,7 @@ syntax is preferable. ``` ``` @@ -404,7 +404,7 @@ which allows us to further shorten the text. ``` ``` @@ -413,7 +413,7 @@ microsyntax for `foreach`. ``` ```