diff options
| author | 玉黍 | 2013-04-07 20:10:12 +0800 | 
|---|---|---|
| committer | Chirayu Krishnappa | 2013-04-11 14:53:40 -0700 | 
| commit | 719d844a94f304606ad1832bd76d478b96acb2bf (patch) | |
| tree | 6cba756947caab88204c2f503462e98a326fd301 /example | |
| parent | db547e63eef473f1d3a926b08656deac253ef995 (diff) | |
| download | angular.js-719d844a94f304606ad1832bd76d478b96acb2bf.tar.bz2 | |
docs(examples): set ng-app to "personalLog" (example/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> | 
