Angular fake-scroller for mobile. Lightweight and webkit-friendly.
http://ajoslin.github.io/angular-scrolly/demo
http://ajoslin.github.io/angular-scrolly
-
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
Please feel free to open a Pull Request!
If you add a feature, be sure to add unit tests for it.
