ngInfyScroll

Simple Infinte scrolling with angularjs


Keywords
angularjs, infinity, scroll, infinite, scrolling
License
MIT
Install
bower install ngInfyScroll#v1.0.1

Documentation

angularInfyScroll

A simple infinty scroll for angularjs

NPM

$ npm i nginfyscroll

BOWER

$ bower i nginfyscroll

How to use

Make sure the script is included in index.html

Inject in app.js

angular
    .module('myApp',['infyScroll']);

pass in your function as the value of ng-infy-scroll with out parentheses

<div ng-infy-scroll="loadMore">

Help and contributions always accepted 😀