Questions tagged [nginfinitescroll]

ngInfiniteScroll is a directive that you can use to implement infinite scrolling in AngularJS applications.

ngInfiniteScroll is a directive that you can use to implement infinite scrolling in AngularJS applications.

http://binarymuse.github.io/ngInfiniteScroll/

102 questions
0
votes
0 answers

ngInfiniteScroll is not working on huawei honor 7

ngInfiniteScroll is not working on huawei honor 7,but working fine on some other android device and iphone, and when I test in huawei phone ,it can not find bug.I have no idea how to fix it!so did you meet the same question! here is my code!
0
votes
1 answer

angular2-infinite-scroll - argument of type number is not assignable to parameter of type string

I'm using https://www.npmjs.com/package/angular2-infinite-scroll library to add infinite scroll in my Angular 2 app but I'm getting the following error
w3debugger
  • 2,097
  • 19
  • 23
0
votes
1 answer

AngularJS NgInfiniteScroll displays initial list, but will not update

I'm trying to get a table that will add new entries as I scroll down the page on my website. However, while I have gotten my initial list to appear, they will not update. How would I get the list to update as I scroll down? Code is below: View: …
James Falter
  • 55
  • 1
  • 7
0
votes
0 answers

InfiniteScroll - AngularJS not working

Edit: Just for checking purposes, I also did a console.log inside the nextPage function, to check if it's being triggered: $scope.nextPage = function() { var captureLength = $scope.captures.length; console.log('TRIGGER'); if($scope.busy)…
Borni
  • 159
  • 1
  • 2
  • 12
0
votes
0 answers

AngularJS ngInfiniteScroll doesn't work

I am trying to use use ngInfiniteScroll. But it doesn't work. Can anyone explain what I am doing wrong post.html - list of posts where scroll suppose to be triggered
0
votes
0 answers

TypeError: Cannot read property 'Scroll' of undefined firebase

Am using firebase.util to create infiniteScroll. I downloaded firebase util using bower.Then i try this code: In my HTML file :
0
votes
1 answer

Can't get ngInfiniteScroll to stop scrolling

I have a fairly simple web page that I cannot get to work properly. I am using AngularJS, Foundation, and ngInfiniteScroll. With this template:
seawolf
  • 2,147
  • 3
  • 20
  • 37
0
votes
1 answer

ngInfiniteScroll resulting in TypeError: Cannot read property 'Scroll' of undefined

I'm working with Angular integrated with Firebase and I'm trying to achieve a infinite scrolling in my application. So I'm struggling to use the ngInfiniteScroll in my page. Following this documentation I start facing TypeError: Cannot read property…
adolfosrs
  • 9,286
  • 5
  • 39
  • 67
0
votes
1 answer

A simple mistake in ngInfiniteScroll

I have used ngInfiniteScroll but i have a small problem, i have a set of data in a variable items for eg) 20 but i want to show 5 on first view and the remaining on sliding. but my code loads all the 20 at the first view how can i achieve this, i…
Ranjith M
  • 519
  • 3
  • 6
  • 24
0
votes
2 answers

ng-infinite scroll angular setting offset

Need to keep track of my offset so that I can get the next set each time either scroll or click 'Load more'. It improves performance. I am trying out here by setting offset and limit and passing as request params to my node server,but how to update…
0
votes
0 answers

Angular JS orderBy does not work with ngInfiniteScroll

I am looping over an array of objects in Angular JS. I have multiple filters applied and I am also using ngInfiniteScrolling for lazy load. Everything works fine except I can't use any sorting. Whatever orderBy I apply nothing changes at all. Here's…
raz3r
  • 3,071
  • 8
  • 44
  • 66
0
votes
1 answer

Trouble filtering angular-meteor collection with infinite-scroll support

I'm trying to create an interactive photo database where the user can sort through photos and filter by user, check multiple categories he or she is interested in, and sort the filtered data by date, number of favorites, etc. The filter/sorting…
aliigleed
  • 238
  • 2
  • 17
0
votes
1 answer

Infinite scroll code not working using angularjs?

Here is a code I am working on for infinite scroll using angularJS. But the code is not working, also shows no error. Here is my code:
0
votes
1 answer

AngularJS + Material Design break infinite scroll

Problem: infinite scroll starts loading all pages at once, instead of waiting for a user scrolling to the page bottom. Setup: AngularJS 1.3.17 Materials Design 0.10.0 Infinite scroll script: https://github.com/sroze/ngInfiniteScroll Following this…
0
votes
2 answers

AngularJS ng-infinite-scroll not working on a specific container/div

I wrote this code after reading multiple posts about ng-infinite-scroll
Ysrninja
  • 129
  • 1
  • 2
  • 9