Transform your ng-repeat or DOM nodes in a mobile-friendly carousel just by adding a 'rn-carousel' attribute to your ul/li block, thanks to AngularJS magic :)
Carousels are data-bound to your ngRepeat collections, can be DOM buffered (good for performance), can cycle over your fixed collection or receive on-demand slides for infinite carousels :)
Try to swipe these demos with your mouse or your finger :
Simple carousel
A very basic carousel with indicators
Simple carousel without ng-repeat
This carousel use the ul/li structure to generate the slides
Slide #1
Slide #2
Slide #3
Slide #4
Slide #5
This carousel has two way data-binding, custom controls and is buffered (only 3 slides rendered)
Our Public GitHub repos
This carousel has a more advanced template and DOM buffered.