Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-smart-scroll

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-smart-scroll

Smart infinite scroll directive for Angular.js that is customizable to support nested, horizontal, vertical, and/or bidirectional scrolls

  • 0.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

angular-smart-scroll

Smart infinite scroll directive for Angular.js that is customizable to support nested, horizontal, vertical, and/or bidirectional scrolls

Build Status Dependency Status Coverage Status githalytics.com alpha

Smart Infinite Scroll for AngularJS

View examples!

Getting Started

To get started, add angular-smart-scroll.js to your webpage:

<script type="text/javascript" src="path/to/angular-smart-scroll.js"></script>

And add the module jun.smartScroll to your app's dependencies:

angular.module('MyApp', ['jun.smartScroll']);

Dependencies

Required

Optional

Development

To set up the development environment, run these commands once:

Installation

First, install global dependencies (grunt and bower) if you have not already.

$ npm install -g grunt-cli bower

Then install local dependencies

$ npm install

Running tests

After installing global and local dependencies, run the tests:

$ grunt test

To run tests automatically on every file change:

$ grunt dev

Building Production Files

$ grunt build

Contributing

Feel free to create a pull request with unit tests with 100% code coverage!

License

(The MIT License)

Copyright (c) 2014 Joon Ho Cho

Keywords

FAQs

Package last updated on 13 Jul 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc