mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
e8a139c6d4
commit
55422b88d8
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue