Socket
Socket
Sign inDemoInstall

ng-easy-infinite-scroll

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ng-easy-infinite-scroll

infinite scroll


Version published
Weekly downloads
19
decreased by-45.71%
Maintainers
1
Install size
1.80 MB
Created
Weekly downloads
 

Readme

Source

ng-easy-infinite-scroll - AngularJs Demo

N|Solid

Developers

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>

Keywords

FAQs

Last updated on 16 Jun 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc