Home

Awesome

angular-scrolly

Build Status

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

Demo

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

Getting Started

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

API Documentation

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

Development

npm install -g bower grunt-cli karma
git clone https://github.com/ajoslin/angular-scrolly
cd angular-scrolly
npm install
bower install
grunt

Contributing

Please feel free to open a Pull Request!

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