mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 13:53:43 +00:00
docs(examples): set ng-app to "personalLog" (example/personalLog)
This commit is contained in:
parent
db547e63ee
commit
719d844a94
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html ng-app>
|
<html ng-app="personalLog">
|
||||||
<head>
|
<head>
|
||||||
<title>Personal Log</title>
|
<title>Personal Log</title>
|
||||||
<script src="../../src/loader.js"></script>
|
<script src="../../src/loader.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue