Skip to content

Commit c064b10

Browse files
thinklargejamesdaily
authored andcommitted
docs(tutorial/step_07): fix module name
Closes angular#4283
1 parent 5a22100 commit c064b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_07.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ directive:
114114
__`app/index.html`:__
115115
<pre>
116116
<!doctype html>
117-
<html lang="en" ng-app="phonecat">
117+
<html lang="en" ng-app="phonecatApp">
118118
...
119119
</pre>
120120

@@ -138,7 +138,7 @@ route into the layout template, which makes it a perfect fit for our `index.html
138138

139139
__`app/index.html`:__
140140
<pre>
141-
<html lang="en" ng-app="phonecat">
141+
<html lang="en" ng-app="phonecatApp">
142142
<head>
143143
...
144144
<script src="lib/angular/angular.js"></script>

0 commit comments

Comments
 (0)