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 issue is described in #296 The solution is a bit convoluted but the point is that the provided initial index was overridden because slides were not loaded yet.

When the user clicked on the indicators, the event bubbled upwards. If for example a click handler watches for clicks on the image to show it in fullscreen, this leads...

i am using these CDN's if i remove these i didn't get output.

User can add custom style option of carousel list element. rn-carousel-custom-style direction has json data. This direction object can have four keys. - all : apply style with every carousel...

I want to show Multiple item but move multiple item at a time. how did it work

The way the controls template is right now does not work for my implementation. - We use a pattern library with strict markup rules for QE - I would like...

I followed the steps you mentioned in your guidelines inorder to include your carousel in my app This is script code var myApp = angular.module('MyApp', ['angular-carousel']); myApp.controller('MyController',function($scope){ }); And this...

This may not be a problem for those only having images in the slides. But when having text content the user experience isn't nice with all slide's text on each...

the index model in the controller does not update. the carousel in different scope.... < div ng-include>< /div> the ng-include file : < ul class="movie_thumbs" rn-carousel rn-carousel-controls rn-carousel-transition="hexagon" rn-carousel-easing rn-carousel-index="thumb_index"...

I'm showing the carousel in an Ionic Modal. I set the carousel.index initially to 0. But before I open the ionic modal, I change the carousel.index to the index i...