Awesome
angular-scrolly
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
-
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.