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
1
vote
1 answer

ngInfiniteScroll not showing anything when changing source array

I have a bunch of products and am using infinite scroll to display them. It generally works very well if I dont change the array values. However, I have different types of products and have a filter that changes the firebase database endpoints and…
1
vote
3 answers

Angular.js: Repeating HTML data list

I have tried applying ngInfiniteScroll on angular.js component. I know that needs to use ng-repeat, acutally I don't know how to apply this. In my case, data is build as HTML document for repeating. Each of $ctrl.htmlViews data like this.
  • Minkyu Kim
    • 1,144
    • 3
    • 18
    • 43
    1
    vote
    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
    • 2,061
    • 1
    • 16
    • 26
    1
    vote
    1 answer

    Infinite Scrolling doesn't seem to be working (first scroll enter data is loading)

    I have a JSON data which contains 1000 products. I am trying to show those products on my web page as a 3*3 grid using infinite scrolling. On very first scroll only , entire data is getting loaded. My code looks like this :
    srikanth_k
    • 2,807
    • 3
    • 16
    • 18
    1
    vote
    0 answers

    ng-infinite-scroll-disabled paired with $scope.disabled

    I've a problem to set the ng-infinite-scroll-disabled. The problem is that it doesn't work and when the user reaches the bottom of the page, the scroll isn't blocked, I can scroll more and multiple calls happen, instead of only one (because the…
    1
    vote
    1 answer

    How to create grid list of infinitely scrollable data?

    I am working on building a web page that will display a grid list of infinitely scrollable products. I have implemented the following markup to achieve this :
    Sohan Shirodkar
    • 510
    • 3
    • 24
    1
    vote
    0 answers

    Angular ng infinite scroll flickering issue

    I am using a ng infinite scroll in the page to display images. I have a search textfield, which makes the page flicker everytime i type something in search box. How i can disable this flickering effect. Thanks in Advance
    Nayas Subramanian
    • 2,269
    • 21
    • 28
    1
    vote
    0 answers

    how prevents trigering of infiniteScroll on up scrolling

    i implements nginfintescroll library by following this tutorial click here but the event triggered on both down and up scrolling. I want to disable the up scrolling events
    nidhin
    • 419
    • 1
    • 4
    • 16
    1
    vote
    1 answer

    Angular "Show more" button on Infinite Scroll

    I have been using my own solution for months. I developed it because I thought it is simple. But the code turned out to be quite clumsy and messy. So I gave up, but I can not found any good open source/community base module for that. I love this…
    Ip ziet
    • 307
    • 2
    • 13
    1
    vote
    0 answers

    ngInfiniteScroll handler not firing with specific CSS & div structure

    I've purchased an Angular template to build a web app and I'm struggling to get the scroll event handler to fire using ngInfiniteScroll v1.2.0 (NOTE: the handler does fire once if I set infinte-scoll-immediate-check to true) . I've reproduced the…
    IndyBrad
    • 11
    • 3
    1
    vote
    0 answers

    AngularJS: Infinite Scroll in a container

    I'm using ngInfiniteScroll in AngularJS for a specific container. Simple example html
    1
    vote
    2 answers

    Angular JS ngInfiniteScroll with LimitTo

    I'm using ngInfiniteScroll ng-module for my pagination. When i scroll down the page i'm appending 20 records to my data table. By doing that, i'm actually running a http request each time ("not good for performance). I've been doing some research…
    1
    vote
    2 answers

    Infinite Scroll causes jump to top of screen on fast scrolling

    I'm using the ng-infinite-scroll Angular directive on my site and it works well overall. However, while testing I noticed if I scroll quickly the page jumps back up toward the top. Below is my html and my scrolling function. I believe the issue lies…
    MattDionis
    • 3,534
    • 10
    • 51
    • 105
    1
    vote
    1 answer

    Height causes issue in div tag in ng Infinite Scroll

    I am using NIS to make endless scrolling, I implemented and it works fine except one issue. Like I am using float: left to maintain the div tag. But after using float it sends multiple request at a time, but when I remove float:left it sends single…
    abdulbarik
    • 6,101
    • 5
    • 38
    • 59
    1
    vote
    1 answer

    using ngInfiniteScroll on $resource?

    I've looked at the examples of using ngInfiniteScroll over at the demo site (http://binarymuse.github.io/ngInfiniteScroll/demos.html) but they all seem to be using the lower level $http service in order to build their scroll. The issue I have is…
    Mr. BigglesWorth
    • 1,530
    • 3
    • 18
    • 33