I just started learning about Angular.js and I'm using the Carousel control in Angular-ui. Is it possible to display two slides at the same time instead of one?
I want to display the images like these -
< image 1 image 2 >
then
< image 3 image 4 >
then
< image 5 image 6 >
Here's a sample -
You can group the images together and
ng-repeat
over those grouped images instead. Aside from some needed styling fixes, here's how:http://plnkr.co/edit/5JFeZgTup7abIsjxOeqi?p=preview
HTML:
JavaScript: