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

This is a new bug introduced in 0.3.13 causing TypeError: Cannot read property 'length' of undefined. If you use the controllerAs syntax in the parent, when you instantiate the directive...

I saw a few issues filed before that suggests to put multiple items in a single li. My question is, is it possible to increase the viewport to show 3...

I've implemented infinite looping via the addition of an attribute 'rn-carousel-loop' to the element on which rn-carousel directive is placed. I've included tests, and I've noted in the README that...

enhancement

Hi, I'm using your carousell engine, and I noticed that is problem if HTML layout looks like this: ` ` It working well on mobile, but if I wanted to...

Hi. I have a problem with infinite loop. I used `rn-carousel-controls-allow-loop` attribute. After carousel reached end, slides will move to first. And too much emptiness in carousel. http://take.ms/zxtRj How to...

With the carousel pagination, could we chuck the html into a template cache like you've done for the `carousel-indicators`? This would be great so that we could overwrite the template...

Hi guys First of all, thanks for this awesome package I need to show carousel full-screen, that means carousel set height automatically by size of client monitor, how I do...

I'm using bower to install this. How do I include the css? ![screen shot 2016-06-01 at 2 54 14 pm](https://cloud.githubusercontent.com/assets/5354163/15721973/224473d8-2801-11e6-8b7e-beddc115d80b.png) ![screen shot 2016-06-01 at 3 02 59 pm](https://cloud.githubusercontent.com/assets/5354163/15721978/270805e2-2801-11e6-97e9-47118a4fa4aa.png)

I have a large set of slides (currently ~200 slides) and I am using rn-carousel-buffered to mitigate the effect of loading all these slides. If I try to slide to...

great directive. would like to see the carousel loop back to the first slide when it reaches the end. vice versa.