mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-04 20:59:19 +08:00
committed by
Pete Bacon Darwin
parent
e8a139c6d4
commit
55422b88d8
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user