We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c51939 commit 8891757Copy full SHA for 8891757
docs/content/tutorial/step_07.ngdoc
@@ -79,7 +79,7 @@ angular.module('phonecat', []).
79
</pre>
80
81
In order to configure our application with routes, we need to create a module for our application.
82
-We call this module `phonecatApp` and using the `config` API we request the `$routeProvider` to be
+We call this module `phonecat` and using the `config` API we request the `$routeProvider` to be
83
injected into our config function and use `$routeProvider.when` API to define our routes.
84
85
Note that during the injector configuration phase, the providers can be injected as well, but they
0 commit comments