Skip to content

jmgpena/angular-scrolly

 
 

Repository files navigation

angular-scrolly

Build Status

Angular fake-scroller for mobile. Lightweight and webkit-friendly.

Demo

http:https://ajoslin.github.io/angular-scrolly/demo

Getting Started

http:https://ajoslin.github.io/angular-scrolly/#/guide/getting-started

API Documentation

http:https://ajoslin.github.io/angular-scrolly

Development

  • Install node.js and npm

  • Use npm to to get bower, grunt, and karma for building and testing.

npm install -g bower grunt-cli karma
  • Clone the repository, cd to it, and run download all dependencies.
git clone https://github.com/ajoslin/angular-scrolly
cd angular-scrolly
npm install
bower install
  • Run grunt to test & build & create docs
grunt

Contributing

Please feel free to open a Pull Request!

If you add a feature, be sure to add unit tests for it.