http://jackrabbitsgroup.github.io/angular-carousel-directive/
- required: NONE (except AngularJS of course - no jQuery, etc. or any other dependencies)
- optional
font-awesome(for next and previous arrow icons - though you can use whatever you want)less-flexbox(for vertical centering the next and previous arrows)lesshat
ngTouchIF using swipe attribute for swiping to change the slide Seebower.jsonandindex.htmlin thegh-pagesbranch for a full list / more details
- download the files
- Bower
- add
"angular-carousel-directive": "latest"to yourbower.jsonfile then runbower installOR runbower install angular-carousel-directive
- add
- Bower
- include the files in your app
- carousel.min.js
- carousel.less OR carousel.min.css OR carousel.css
- include the module in angular (i.e. in
app.js) -jackrabbitsgroup.angular-carousel-directive
See the gh-pages branch, files bower.json and index.html for a full example.
See the carousel.js file top comments for usage examples and documentation
https://github.com/jackrabbitsgroup/angular-carousel-directive/blob/master/carousel.js