We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dab938 commit ca8b344Copy full SHA for ca8b344
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