docs(examples): set ng-app to "personalLog" (example/personalLog)

This commit is contained in:
玉黍
2013-04-07 20:10:12 +08:00
committed by Chirayu Krishnappa
parent db547e63ee
commit 719d844a94

View File

@@ -1,5 +1,5 @@
<!doctype html>
<html ng-app>
<html ng-app="personalLog">
<head>
<title>Personal Log</title>
<script src="../../src/loader.js"></script>