fix($autoScroll): scroll even if $location is in html5 mode

+ use autoscroll in docs (ng:include)
This commit is contained in:
Vojta Jina
2012-01-12 02:29:26 -08:00
parent 5164ae545b
commit 249c89c091
3 changed files with 10 additions and 15 deletions

View File

@@ -117,10 +117,8 @@
<div class="content-panel">
<h2 ng:bind="partialTitle | title"></h2>
<ng:include id="content"
class="content-panel-content"
src="getCurrentPartial()"
onload="afterPartialLoaded()"></ng:include>
<ng:include id="content" class="content-panel-content" autoscroll
src="getCurrentPartial()" onload="afterPartialLoaded()"></ng:include>
</div>
<div id="disqus" class="content-panel">