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

Should be really nice to have keyboard support for next and prev

Hi, I was wondering if there is a possibility to set the swipe direction? Specifically, I need to enable vertical swipe for an image gallery.

How would I go about waiting for the image to load before moving to the next? Let's say I have a 1s timer - but some images take longer -...

Hello, I'd like to suggest the option of 2 new features: a) Add ability to specify buffer size of rn-carousel-buffered (sometimes 5 is not enough) b) Add ability to specify...

Steps to reproduce: 1) Open any slide of angular-carousel, 2) Make a tap in one place of slide and after that make a tap in another place of slide. Do...

Using customer attributes results in invalid html. Usually data-directive works but not for this. This seems to restore that option. Closes #330

I like valid markup, so I prefix my angular apps with `data-`. All works well but... Prefixing the mandatory `rn-carousel` with `data-` breaks the carousel. Prefixing optional attributes like `rn-carousel-easing`...

It will be useful to put a callback on the slide changes (i found the methods used: nextslide() and/or goToSlide()), i need to understand which element is active when the...

Implemented a simple way to view multiple slides at once.

When a `ngIf` directive resolves to `false` on a `rn-carousel` element, angular-carousel crashes with the following error in loop: ``` Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in...

bug