Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 55422b8

Browse files
thinklargepetebacondarwin
authored andcommitted
docs(tutorial/step_07): fix module name
Closes #4283
1 parent e8a139c commit 55422b8

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)