diff options
| author | Misko Hevery | 2010-11-22 12:05:01 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-12-06 15:48:40 -0800 |
| commit | 58d0e8945d772eddbfecbe6a645b2f1c4dd38bf2 (patch) | |
| tree | 2f6b7ec1b0cc09a1976c381c42452d258d239ca8 /docs/index.html | |
| parent | 2bbced212e2ee93948c45360fee00b2e3f960392 (diff) | |
| download | angular.js-58d0e8945d772eddbfecbe6a645b2f1c4dd38bf2.tar.bz2 | |
allow documentation to be in external file
* Load templates once instead of per request
* show timing information
* load files ending in .ngdoc and process them
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index f5502664..fcc36a2d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,7 +22,7 @@ <script src="doc_widgets.js"></script> <script src="docs-data.js"></script> </head> -<body> +<body style="display:none;" ng:show="true"> <div id="header"> <h1> <span class="main-title">{{getTitle()}}</span> |
