How to make ngInfiniteScroll launched in Bootstrap modal?

I need to use ngInfiniteScroll for a gallery in modal mode, but it doesn't seem to work. It does not accept scrolling in this modal Bootstrap module. Do you know any way to do this, pls let me know! Thank you enter image description here

https://github.com/sroze/ngInfiniteScroll

http://angular-ui.imtqy.com/bootstrap/#/modal

+4
source share
1 answer

Use the following attributes in the image container, which is inside the angular ui modal.

infinite-scroll-container="'.modal'"

That should work.

, https://github.com/sroze/ngInfiniteScroll/pull/7

+6

Source: https://habr.com/ru/post/1535315/


All Articles