From b3405147a6717a5672ef97511a2e165fe9161239 Mon Sep 17 00:00:00 2001 From: brettcannon Date: Wed, 18 Jul 2012 16:38:39 -0300 Subject: [PATCH 1/2] Remove a redundant "in". --- docs/content/tutorial/step_03.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index d0ffb316d5b0..8d9620ffc910 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -150,7 +150,7 @@ and title elements: Be sure to *remove* the `ng-controller` declaration from the body element. - While using double curlies works fine in within the title element, you might have noticed that + While using double curlies works fine within the title element, you might have noticed that for a split second they are actually displayed to the user while the page is loading. A better solution would be to use the {@link api/ng.directive:ngBind ngBind} or {@link api/ng.directive:ngBindTemplate From ee172456ff9c5b0c1d240297b9fc24e6bd5a95b1 Mon Sep 17 00:00:00 2001 From: brettcannon Date: Thu, 19 Jul 2012 12:44:06 -0300 Subject: [PATCH 2/2] 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.