1.0.4 • Published 5 years ago

nginfyscroll v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

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 😀