We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1192531 commit d5a2069Copy full SHA for d5a2069
docs/content/tutorial/step_02.ngdoc
@@ -148,7 +148,7 @@ tests in Angular so that developers are encouraged to write them.
148
### Testing non-Global Controllers
149
150
In practice, you will not want to have your controller functions in the global namespace. Instead,
151
-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`
152
module.
153
154
In this case Angular provides a service, `$controller`, which will retrieve your controller by name.
0 commit comments