Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Fixed a typo in step 2 #7138

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_02.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ tests in Angular so that developers are encouraged to write them.
### Testing non-Global Controllers

In practice, you will not want to have your controller functions in the global namespace. Instead,
you can see that we have registered it via an anonymous constructor function on the `phoneCatApp`
you can see that we have registered it via an anonymous constructor function on the `phonecatApp`
module.

In this case Angular provides a service, `$controller`, which will retrieve your controller by name.
Expand Down Expand Up @@ -255,4 +255,4 @@ to the app.

[jasmine]: http://jasmine.github.io/
[jasmine-docs]: http://jasmine.github.io/1.3/introduction.html
[karma]: http://karma-runner.github.io/
[karma]: http://karma-runner.github.io/