docs(tutorial/step-5): fix typo

Closes #5347
This commit is contained in:
justmiaotou 2013-12-10 15:59:10 +08:00 committed by Pete Bacon Darwin
parent 040e743b39
commit a13c4ba770

View file

@ -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