diff options
| author | Igor Minar | 2011-06-06 22:02:30 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-06 23:10:30 -0700 | 
| commit | c35b0a7907de1535269876668c345ce944681804 (patch) | |
| tree | a3ba548369ca65db790809197196ae946cc93a18 /docs/content/tutorial/step_05.ngdoc | |
| parent | 805bb5bb6e5842a5760976a446074d553609f5b6 (diff) | |
| download | angular.js-c35b0a7907de1535269876668c345ce944681804.tar.bz2 | |
yet another docs batch
Diffstat (limited to 'docs/content/tutorial/step_05.ngdoc')
| -rw-r--r--[-rwxr-xr-x] | docs/content/tutorial/step_05.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_05.ngdoc b/docs/content/tutorial/step_05.ngdoc index 4bd4e4b3..68cc726a 100755..100644 --- 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 | 
