diff options
| author | Eric Large | 2013-10-04 18:01:41 -0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-05 21:03:19 +0100 | 
| commit | 55422b88d83491c8660ee61f023568e182b349e1 (patch) | |
| tree | 8db14c0592e792f8ffa3d06a7163333c91bafd98 /docs/content/tutorial/step_07.ngdoc | |
| parent | e8a139c6d42eff05f5303ac1529bd2b41e14ba3e (diff) | |
| download | angular.js-55422b88d83491c8660ee61f023568e182b349e1.tar.bz2 | |
docs(tutorial/step_07): fix module name
Closes #4283
Diffstat (limited to 'docs/content/tutorial/step_07.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_07.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 2dac3ff7..76074417 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -114,7 +114,7 @@ directive:  __`app/index.html`:__  <pre>  <!doctype html> -<html lang="en" ng-app="phonecat"> +<html lang="en" ng-app="phonecatApp">  ...  </pre> @@ -138,7 +138,7 @@ route into the layout template, which makes it a perfect fit for our `index.html  __`app/index.html`:__  <pre> -<html lang="en" ng-app="phonecat"> +<html lang="en" ng-app="phonecatApp">  <head>  ...    <script src="lib/angular/angular.js"></script> | 
