aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/tutorial/step_07.ngdoc4
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>