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

Commit 8891757

Browse files
jergasonIgorMinar
authored andcommitted
docs(tutorial): change module name in step-7
1 parent 5c51939 commit 8891757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_07.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ angular.module('phonecat', []).
7979
</pre>
8080

8181
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
82+
We call this module `phonecat` and using the `config` API we request the `$routeProvider` to be
8383
injected into our config function and use `$routeProvider.when` API to define our routes.
8484

8585
Note that during the injector configuration phase, the providers can be injected as well, but they

0 commit comments

Comments
 (0)