nginfyscroll
v1.0.4
Published
Simple infinte scrolling directive for angularjs
Downloads
5
Maintainers
Readme
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 😀