From 63125f604da02470b5a538b176e676a095d88212 Mon Sep 17 00:00:00 2001 From: justmiaotou Date: Tue, 10 Dec 2013 15:59:10 +0800 Subject: [PATCH] Update step_05.ngdoc Add space between the word `the` and `PhoneListCtrl` in line 202. --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index d7e06a6f17a2..9ce462346bbc 100644 --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -199,7 +199,7 @@ isolated from the work done in other tests. * We created a new scope for our controller by calling `$rootScope.$new()` -* We called the injected `$controller` function passing the name of the`PhoneListCtrl` controller +* We called the injected `$controller` function passing the name of the `PhoneListCtrl` controller and the created scope as parameters. Because our code now uses the `$http` service to fetch the phone list data in our controller, before