aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_07.ngdoc
diff options
context:
space:
mode:
authorJamison Dance2012-10-14 09:17:01 -0600
committerIgor Minar2012-11-11 11:34:06 +0100
commit88917578913172f26e9fa045eaf54d122abb6729 (patch)
tree286dd31e8e442d5e2316fd9d1928a6dcf6c817f3 /docs/content/tutorial/step_07.ngdoc
parent5c5193946d196dda489d36ae1de865e72844e6f0 (diff)
downloadangular.js-88917578913172f26e9fa045eaf54d122abb6729.tar.bz2
docs(tutorial): change module name in step-7
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
-rw-r--r--docs/content/tutorial/step_07.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc
index dea62691..820874cc 100644
--- a/docs/content/tutorial/step_07.ngdoc
+++ b/docs/content/tutorial/step_07.ngdoc
@@ -79,7 +79,7 @@ angular.module('phonecat', []).
</pre>
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.
Note that during the injector configuration phase, the providers can be injected as well, but they