docs(tutorial/step_07): fix module name

Closes #4283
This commit is contained in:
Eric Large 2013-10-04 18:01:41 -04:00 committed by Pete Bacon Darwin
parent e8a139c6d4
commit 55422b88d8

View file

@ -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>