We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ccb75 commit 5bf6e50Copy full SHA for 5bf6e50
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