From 8a488448e273a952f9d1efb553becf8002920228 Mon Sep 17 00:00:00 2001 From: Emile Silvis Date: Fri, 14 Mar 2014 11:57:21 +0200 Subject: [PATCH] Consistent capitalisation of "Angular" for step_08.ngdoc --- 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 ed085731d909..f432df74c512 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -79,7 +79,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 `ngRepeat` 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.