diff options
| author | Di Peng | 2011-07-09 18:15:40 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-07-20 17:33:18 -0700 | 
| commit | 8fa066190af2b2267a5e8111a41beb6e8af5c340 (patch) | |
| tree | 221e9b67892b9b09047ae8a8b6b50f5cbc9e2ead /docs/src/templates | |
| parent | e90b741c9492a65e159c842afe49383f1868308e (diff) | |
| download | angular.js-8fa066190af2b2267a5e8111a41beb6e8af5c340.tar.bz2 | |
refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docs
- re-write gendocs.js, reader.js and writer.js
- all calls are asynchronous
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/index.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 79c6a07c..ce8e9718 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -2,7 +2,7 @@  <html xmlns:ng="http://angularjs.org/"        xmlns:doc="http://docs.angularjs.org/"        ng:controller="DocsController" -      manifest="app-cache.manifest"> +      manifest="appcache.manifest">  <head>    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />    <title ng:bind-template="AngularJS: {{partialTitle}}">AngularJS</title> @@ -76,7 +76,7 @@    </div>    <script src="syntaxhighlighter/syntaxhighlighter-combined.js"></script> -  <-- jquery place holder --> +  <!-- jquery place holder -->    <script src="../angular.min.js" ng:autobind></script>    <script src="docs-combined.js"></script>    <script src="docs-keywords.js"></script>  | 
