Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试实现 ngInfiniteScroll,当我向下滚动时它工作正常。但是,当滚动位置接近底部时,我想防止它在向上滚动时触发。有什么帮助吗?
设置一些对象,例如isScrollUp=true有人向上滚动并将该对象放入infinite-scroll-disabled='isScrollUp'
isScrollUp=true
infinite-scroll-disabled='isScrollUp'