docs(tutorial): change module name in step-7

This commit is contained in:
Jamison Dance 2012-10-14 09:17:01 -06:00 committed by Igor Minar
parent 5c5193946d
commit 8891757891

View file

@ -79,7 +79,7 @@ angular.module('phonecat', []).
</pre> </pre>
In order to configure our application with routes, we need to create a module for our application. In order to configure our application with routes, we need to create a module for our application.
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
injected into our config function and use `$routeProvider.when` API to define our routes. injected into our config function and use `$routeProvider.when` API to define our routes.
Note that during the injector configuration phase, the providers can be injected as well, but they Note that during the injector configuration phase, the providers can be injected as well, but they