mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-18 04:03:45 +08:00
chore(docs-indexPage.template): add onload handler for Google Analytics
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user