aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorIgor Minar2010-11-16 13:39:50 -0800
committerIgor Minar2010-11-16 13:45:45 -0800
commit4af32de84a264e05eebfa6dbc09ce10fac1e1417 (patch)
tree83dd60159ed27d183a6274be306b7891ef37588f /docs/index.html
parenta130bb899d790dc11393276b34d59b2ddd5cc680 (diff)
downloadangular.js-4af32de84a264e05eebfa6dbc09ce10fac1e1417.tar.bz2
docs should use ng:include onload
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 31630474..f20a1a85 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -39,7 +39,7 @@
</div>
</div>
<div id="section">
- <ng:include src="getCurrentPartial()"></ng:include>
+ <ng:include src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
</div>
</div>
</body>