# 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 `