From 79f2d843a8458bfdc23fe9f179a1416fe21f7533 Mon Sep 17 00:00:00 2001 From: brettcannon Date: Thu, 19 Jul 2012 12:44:06 -0300 Subject: [PATCH] fix(docs): ngRepeater isn't a thing, ngRepeat is --- docs/content/tutorial/step_08.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index 563fff983880..60330ad692e2 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -77,7 +77,7 @@ route by the `$route` service. ## Template The TBD placeholder line has been replaced with lists and bindings that comprise the phone details. -Note where we use the angular `{{expression}}` markup and `ngRepeater`s to project phone data from +Note where we use the angular `{{expression}}` markup and `ngRepeat` to project phone data from our model into the view.