From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- www/lib/angular-carousel/README.md | 91 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 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..96e834e8 --- /dev/null +++ b/www/lib/angular-carousel/README.md @@ -0,0 +1,91 @@ +# 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 `