我需要在模式中使用ngInfiniteScroll作为画廊,但它似乎不起作用。它不接受在此Bootstrap UI模式中滚动。你知道怎么做吗,请让我知道!谢谢。

https://github.com/sroze/ngInfiniteScroll
http://angular-ui.github.io/bootstrap/#/modal
发布于 2014-06-10 15:52:54
在您的图像容器中使用以下属性,该容器位于angular ui模式中。
infinite-scroll-container="'.modal'"这应该是可行的。
它没有文档,但要获得更多信息,请访问此线程https://github.com/sroze/ngInfiniteScroll/pull/7
https://stackoverflow.com/questions/22906371
复制相似问题