ionic-advanced-carousel icon indicating copy to clipboard operation
ionic-advanced-carousel copied to clipboard

Carousel directive for Ionic Frameworks that allows any custom template as an item.

Results 5 ionic-advanced-carousel issues
Sort by recently updated
recently updated
newest added

Hello, this component is compatable with ionic v3?

Hello Sir I need one help . I want to use that as menu like $rootScope.vm.carouselData1 = [{id:'profile',display:'Profile'},{id:'calendar',display:'Calendar'},{id:'rewards',display:'Rewards'},{id:'history',display:'History'},{id:'vehicles',display:'Vehicles'},{id:'coupons',display:'Coupons'},{id:'tracking',display:'Tracking ID'}]; when click on like Calendar menu then it state go to...

Thanks a lot for this nice, effective and customization slider plugin HI, there have one problem when i put slider in ion-content its working fabulously, but when i move slider...

Hi, I've added a few variables into the template because I want to update more than name i.e. ``` ``` And I update as such ``` $scope.carouselData.length = 1; Entities.locations.forEach(function(location){$scope.carouselData.push(location)});...

After loading via infinite-scroll, the carousel doesn't remain fixed at the top until I scroll all the way up