1.0.0 • Published 7 years ago

ng-easy-infinite-scroll v1.0.0

Weekly downloads
6
License
LGPL-3.0
Repository
-
Last release
7 years ago

ng-easy-infinite-scroll - AngularJs Demo

N|Solid

Developers

  • Mateus Miranda (info.mateusmiranda@gmail.com)
  • Willian Marques Freire (willianmarquesfreire@gmail.com)
  • Matheus Portolan (matheusportolan@gmail.com)
  • Gabi (not found)
  • See faype.com

Pre requirements

PluginREADME
AngularJshttps://angularjs.org/

Installation

$  bower install ng-easy-infinite-scroll --save
$  npm install ng-easy-infinite-scroll --save

Put in your code the following script:

 <script src="bower_components/ng-easy-infinite-scroll/dist/ng-easy-infinite-scroll.min.js"></script>
 <script src="node_modules/ng-easy-infinite-scroll/dist/ng-easy-infinite-scroll.min.js"></script>

Are you ready to start?

Usage

<div class="row example" infinite-scroll="loadMore()" infinite-disabled="isDisabled">
  <div class="col-md-3" ng-repeat="i in array track by $index">
    {{i}}
  </div>
</div>