angular-carousel icon indicating copy to clipboard operation
angular-carousel copied to clipboard

Mobile friendly AngularJS carousel

Results 101 angular-carousel issues
Sort by recently updated
recently updated
newest added

use rn-carousel-vertical to choose vertical slide, default as Horizontal. and the example is added. thanks.

I tried this, but it doesn't work ` slide #1 slide #2 slide #3 `

This pull request adds the `wrap` option (default is true). If wrap is set to false, angular-carousel won't loop back to the start if it hits the last index (and...

Hi! Today I ran into a problem on the latest chrome (40.0.2214.111) on a laptop with touch screen. All the images were stacked above each other and swiping was not...

Is there any way to set responsive the `` height? I'm unable to find an example with no fixed height.

Another visual problem we are seeing and would like to request an improvement for is the fact that the carousel container takes the height of the tallest slide and when...

Fixes rnCarouselOnInfiniteScrollLeft making goToSlide() go to currentSlides.lenght-1 instead of just currentSlides.lenght.

Hello folks! I'm not using ng-repeat on my carousel, but I want to use the indicators. There is any way to do this? Thanks!

Im using ng-repeat to render slides. The list of slides is retrieved from ajax request result. The same time Im setting carouselIndex. As a result I have carouselIndex is set...