aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author玉黍2013-04-07 20:10:12 +0800
committerChirayu Krishnappa2013-04-11 15:00:54 -0700
commita4dd14952e3f19285a27c3799e0e889d057c34f0 (patch)
tree1826f402c248068df420d867c51cc3096c13ca7f
parent8879b3733e8611d39446f76ab07ae2342895b84d (diff)
downloadangular.js-a4dd14952e3f19285a27c3799e0e889d057c34f0.tar.bz2
set ng-app as personalLog
-rw-r--r--example/personalLog/personalLog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/personalLog/personalLog.html b/example/personalLog/personalLog.html
index 77d2ddc2..483a37b8 100644
--- a/example/personalLog/personalLog.html
+++ b/example/personalLog/personalLog.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html ng-app>
+<html ng-app="personalLog">
<head>
<title>Personal Log</title>
<script src="../../src/loader.js"></script>