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

Hi, Shouldn't angular-touch be specified as a dependency in package.json?

When create slides dynamically using ng-repeat the rn-carousel-locked attribute does not work only works with static slides see http://jsfiddle.net/csyzd6xL/1/

I am trying to use the carousel of images with different image sizes. With such images, the carousel does not look good. I am not sure how this can be...

Moving controls inline html to $templateCache to be possible overwrite them

This commit cancels auto sliding in case of currentSlides array being emptied after the page is rendered.

It seems that my PR #273 has caused a regression where the first element will sometimes not appear. if I change : currentSlides = |] on L291 to currentSlides, this...

I'd like to have N images in my carousel per slide. Is this possible or something in the pipeline? All examples I've seen all have just image visible in the...

Hi there. I'm writing an Ionic app and managed to integrate angular-carousel reasonably well by removing the ngClick directive from angular-touch (to avoid conflicts with Ionic). It works really well...

I have looked at these previous SO-posts: http://stackoverflow.com/questions/25100331/bind-a-event-on-change-angular-carousel http://stackoverflow.com/questions/24686119/how-do-you-bind-to-angular-uis-carousel-slide-events And they do solve a similar problem, but not quite my problem. I am building a system where I exchange carousel...

Stop swipe event propagation to support inner carousels. Added a demo too.

enhancement