chore(docs-indexPage.template): add onload handler for Google Analytics

This commit is contained in:
Peter Bacon Darwin
2014-02-13 18:01:22 +00:00
parent 6a5a8970a0
commit 4a938213df

View File

@@ -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>