From e18708f10b04455be151a5a799f0109c34f20a25 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 11:39:30 -0400 Subject: package updates to set up bower correctly #535 --- www/lib/angular-carousel/README.md | 91 -------------------------------------- 1 file changed, 91 deletions(-) delete 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 deleted file mode 100644 index 96e834e8..00000000 --- a/www/lib/angular-carousel/README.md +++ /dev/null @@ -1,91 +0,0 @@ -# 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 `