# AngularJS Touch Carousel An AngularJS 1 carousel implementation optimised for mobile devices. **This project is not maintained anymore, and looking for maintainers.** Demo : http://revolunet.github.io/angular-carousel Comments and contributions welcome :) Proudly brought to you by the [@revolunet](http://twitter.com/revolunet) team. ## Install : ### Bower `bower install angular-carousel` ### npm `npm install angular-carousel` If you don't use NPM or Bower, just download files [from the github repo](./dist) ## Usage : - Add `angular-touch.js` and `angular-carousel.js` to your code: ```html ``` - Or just require the module the CommonJS way (if you use npm) ```js var angular = require('angular'); var ngTouch = require('angular-touch'); var carousel = require('angular-carousel'); ``` - Add `angular-carousel.css` 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 `