aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-13 18:01:22 +0000
committerPeter Bacon Darwin2014-02-16 19:03:42 +0000
commit4a938213dfc0ef1828ab795ba726c490b267db69 (patch)
tree73d5869c6a9a326aa7643058b135eef25e240057 /docs/config
parent6a5a8970a0e034dc10738c0e6a11492611db21a1 (diff)
downloadangular.js-4a938213dfc0ef1828ab795ba726c490b267db69.tar.bz2
chore(docs-indexPage.template): add onload handler for Google Analytics
Diffstat (limited to 'docs/config')
-rw-r--r--docs/config/templates/indexPage.template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/templates/indexPage.template.html b/docs/config/templates/indexPage.template.html
index e156226a..0fa266f7 100644
--- a/docs/config/templates/indexPage.template.html
+++ b/docs/config/templates/indexPage.template.html
@@ -206,7 +206,7 @@
</li>
</ul>
<div id="loading" ng-show="loading">Loading...</div>
- <div ng-hide="loading" ng-include="currentPage.outputPath" autoscroll></div>
+ <div ng-hide="loading" ng-include="currentPage.outputPath" onload="afterPartialLoaded()" autoscroll></div>
</div>
</div>
</section>