prevent scrolling propagation to parent when scrollbar reaches top or bottom (fix #68)

This commit is contained in:
Athou
2013-05-05 13:44:37 +02:00
parent dcd8ab951f
commit 90283510a6
4 changed files with 58 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<div class="container-fluid">
<div class="row-fluid">
<div class="span2">
<div class="sidebar-nav-fixed">
<div class="sidebar-nav-fixed" mousewheel-scrolling>
<div ng-include="'templates/_subscribe.html'"></div>
<div ng-include="'templates/_tree.html'"></div>
</div>