aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorIgor Minar2012-01-17 12:13:29 -0800
committerIgor Minar2012-01-17 12:13:29 -0800
commit22309c312fbfbcc383a9daedb20d34d34d299503 (patch)
tree135aa0bc556a5890d8d2c97bf4744d1e4d8a9ed5 /docs/src/templates/index.html
parentfcf95a47d102583913dca2217af6228c92c11dcf (diff)
downloadangular.js-22309c312fbfbcc383a9daedb20d34d34d299503.tar.bz2
fix(docs): disable appcache - causing too much trouble
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 3ab7b26a..93d8cdda 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -131,8 +131,10 @@
ng:href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#{{versionNumber}}"
ng:bind-template="v{{version}}">
</a>
+ <!-- TODO(i): enable
<a ng:hide="offlineEnabled" ng:click ="subpage = true">(enable offline support)</a>
<span ng:show="offlineEnabled">(offline support enabled)</span>
+ -->
<span id="copyright">© 2010-2012 AngularJS</span>
</div>
</div>