diff options
| -rw-r--r-- | example/personalLog/personalLog.html | 2 | 
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> | 
