docs should use ng:include onload

This commit is contained in:
Igor Minar
2010-11-16 13:39:50 -08:00
parent a130bb899d
commit 4af32de84a
8 changed files with 8 additions and 17 deletions

View File

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