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/

100 questions
0
votes
1 answer

How to horizontal scroll for ngInfiniteScroll?

currently ngInfiniteScroll is anbled for vertical-scrolling, but I need it on horizontal scroll. I am displaying data under ng-repeat in a table with horizontal scroll. enter image description here
0
votes
1 answer

How to set the throttle parameter in ngInfiniteScroll (AngularJS)

In my Angular application I am using the ng-infinite-scroll to allow a user to continously scroll through their 'news feed' using the plugin here - https://sroze.github.io/ngInfiniteScroll/documentation.html On my desktop it runs fine, however when…
Zabs
  • 12,494
  • 42
  • 150
  • 262
0
votes
1 answer

nginfinityscroll not working

im using nginfinityscroll and it didnt trigger the scroll event... my code:
0
votes
0 answers

ngInfiniteScroll stops working after ng-click on repeated element

I'm using ngInfiniteScroll in a few different places to show contacts, and missed calls. It loops over every item and adds a ng-click to show user profile. The scrolling works fine in all locations until you actually click on a user/call. Afterwards…
Thomas Horner
  • 233
  • 1
  • 2
  • 10
0
votes
0 answers

how to use ngInfiniteScrol?

i am using ngInfiniteScrol in angular js my js function is $scope.busy = false; $scope.nextPage = function() { if ($scope.busy) return; var checkLast = $("#endlistings").val(); var off_set = $("#offSet").val(); …
Hassan Shafique
  • 127
  • 2
  • 14
0
votes
2 answers

AngularJS: function from service don't work in ng-infinite-scoll directive

I want to use ng-infinite-scroll (https://sroze.github.io/ngInfiniteScroll/). But when I want to call function from my service (injected to controller) nothing happened (this function doesn't trigger). When I call function not from the service but…
0
votes
1 answer

How I can add images from local folder to make infinite scrolling in angularjs

I tried many times but still fail to add images. I want to make image gallery and add images for infinite scrolling using angularjs. How can I add images from local folder not from any database is it possible?
Zeeshan
  • 35
  • 8
0
votes
1 answer

ng infinite scroll with angular js not working in responsive view and mobile devices

I'm using ng-infinite-scroll.js, the scroll feature is working fine in PC. When comes to the mobile/responsive view it is not loading any items while scrolling down.
0
votes
0 answers

Implementing Infinite Scroll in Ionic 2

I am trying to implement the Infinite Scroll functionality in Ionic 2 but the function (which should get called up on onInfinite) is not getting called. Here I am not able to get even the statement console.log('Begin async operation'); called, which…
0
votes
1 answer

How to stop ng-infinite-scroll after loading complete data?

Here I am facing some problems while using ng-infinite-scroll. When I am ng-infinite-scroll-distance, it actually doesn't work. Moreover all data has been loaded but ng-infinite-scroll can't be disabled?
0
votes
1 answer

infinite-scroll method not triggering

I'm using ngInfiniteScroll in my project to load large data into the UI. Here is my HTML,
{{app.name}}
In my controller, $scope.nextPage = function(){ …
Venkat
  • 255
  • 1
  • 13
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
  • 1,887
  • 16
  • 21
0
votes
1 answer

Return JSONP from NodeJS server with AngularJS

Im trying to implement ngInfiniteScroll - Loading Remote Data on my app. The Demo works fine & I was successfully getting the Reddit API, but cant get my list to work. I am successfully hitting 200 server response & can see my data in the dev tool.…
Mark
  • 1,721
  • 1
  • 13
  • 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