From c35b0a7907de1535269876668c345ce944681804 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 6 Jun 2011 22:02:30 -0700 Subject: yet another docs batch --- docs/content/tutorial/step_05.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 docs/content/tutorial/step_05.ngdoc (limited to 'docs/content/tutorial/step_05.ngdoc') diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc old mode 100755 new mode 100644 index 4bd4e4b3..68cc726a --- a/docs/content/tutorial/step_05.ngdoc +++ b/docs/content/tutorial/step_05.ngdoc @@ -103,7 +103,7 @@ To use a service in angular, you simply declare the names of the services you ne the controller's constructor function, as follows: - function PhoneListCtrl($xhr) { + function PhoneListCtrl($xhr) {...} Angular's dependency injector provides services to your controller when the controller is being -- cgit v1.2.3