Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajoslin/angular-scrolly
Fake transform-scrolling with angular-friendly utilities
https://github.com/ajoslin/angular-scrolly
Last synced: about 2 months ago
JSON representation
Fake transform-scrolling with angular-friendly utilities
- Host: GitHub
- URL: https://github.com/ajoslin/angular-scrolly
- Owner: ajoslin
- Created: 2013-05-24T20:58:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T20:11:03.000Z (about 11 years ago)
- Last Synced: 2024-05-10T07:06:27.381Z (7 months ago)
- Language: JavaScript
- Homepage: http://ajoslin.github.io/angular-scrolly
- Size: 1.14 MB
- Stars: 65
- Watchers: 7
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
angular-scrolly
===============[![Build Status](https://travis-ci.org/ajoslin/angular-scrolly.png)](https://travis-ci.org/ajoslin/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-scrollyDevelopment
------------ Install [node.js and npm](http://nodejs.org)
- 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.