Skip to main content

All Questions

1 vote
1 answer
860 views

Prevent angular-ui ui-scroll from loading in hidden div

I have an angular-ui ui-scroll directive (1.3.0) living in a div that is hidden by default with an ng-show. When it is hidden, ui-scroll just keeps loading data from the datasource even though the ui-...
Mark Nadig's user avatar
  • 5,118
3 votes
1 answer
2k views

Filtering Angular-ui Scroll

I am trying to implement infinity type scrolling on a simple grid. Html is like this: <div class="text-center" style="background-color:#eee;"> <H2 style="margin-top:0px;">Customer ...
user avatar