diff options
| author | 玉黍 | 2013-04-07 20:10:12 +0800 | 
|---|---|---|
| committer | Chirayu Krishnappa | 2013-04-11 15:00:54 -0700 | 
| commit | a4dd14952e3f19285a27c3799e0e889d057c34f0 (patch) | |
| tree | 1826f402c248068df420d867c51cc3096c13ca7f /example | |
| parent | 8879b3733e8611d39446f76ab07ae2342895b84d (diff) | |
| download | angular.js-a4dd14952e3f19285a27c3799e0e889d057c34f0.tar.bz2 | |
set ng-app as personalLog
Diffstat (limited to 'example')
| -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> | 
