From 88917578913172f26e9fa045eaf54d122abb6729 Mon Sep 17 00:00:00 2001 From: Jamison Dance Date: Sun, 14 Oct 2012 09:17:01 -0600 Subject: docs(tutorial): change module name in step-7 --- docs/content/tutorial/step_07.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', []). 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 -- cgit v1.2.3