gae-angular-material-starter
gae-angular-material-starter copied to clipboard
User list on big screens
Hi, thanks for this great project.
Issue:
If you have a big screen the user list cannot be expanded. The reason for this is that you need to scroll down to do so. On a big screen I need to minimize the browser window to be able to do it.

Possible Solutions:
- Load more as long as the list does not reach the bottom
- Add a button to load more if the browser window is too high (my preferred method)
The first possible solution is implemented in ngInfiniteScroll with the infinite-scroll-immediate-check which is by default true.
Another infinite scroll directive: uiScroll. This has more features like: dynamically destroying elements as they become invisible.