From 83400033a3b7a91ad072a5d306355c9cd5a80d82 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 24 Jul 2015 15:48:01 -0400 Subject: integrated event scrubbing with direct image access - need to clean up code --- www/lib/angular-carousel/README.md | 90 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 www/lib/angular-carousel/README.md (limited to 'www/lib/angular-carousel/README.md') diff --git a/www/lib/angular-carousel/README.md b/www/lib/angular-carousel/README.md new file mode 100644 index 00000000..a50acbc9 --- /dev/null +++ b/www/lib/angular-carousel/README.md @@ -0,0 +1,90 @@ +# AngularJS Touch Carousel + +An AngularJS carousel implementation optimised for mobile devices. + +Demo : http://revolunet.github.io/angular-carousel + +Comments and contributions welcome :) + +Proudly brought to you by the [@revolunet](http://twitter.com/revolunet) team. + + +## Usage : + + - If you use bower, just `bower install angular-carousel`. If not, download files [from the github repo](./dist) + - Add `angular-touch.js`, `angular-carousel.css`, and `angular-carousel.js` to your code: +```html + + + + +``` + - Add a dependency to the `angular-carousel` module in your application. +```js +angular.module('MyApp', ['angular-carousel']); +``` + + - Add a `rn-carousel` attribute to your `