angular-swiper icon indicating copy to clipboard operation
angular-swiper copied to clipboard

Angular directive for nolimits4web/Swiper

Results 52 angular-swiper issues
Sort by recently updated
recently updated
newest added

Updated SwiperContainer controller to prevent minification issues

Hi all, I think it would be very useful to implement an ngModel attribute on the directive. Something like:

Hi! Clear all attribute. I do not change from controller the initialSlide value. Always jump it to the first slide. ``` ``` and controller: ``` **$scope.n = 3;** var params...

> I have configured in my view file as below > ` initial-slide="0" > speed="3000" > loop="true" > autoplayStopOnLast="false" > autoplay="3000" > centeredSlides="true" > show-nav-buttons="false" > slides-per-view="1" > loopedSlides="5" >...

Not able to scroll horizontally using mousewheel

I was trying this directive out for integration into an Ionic app for iOS, and while doing so I encountered an odd issue: when using the directive with an ng-repeat...

I'm migrating from the https://github.com/revolunet/angular-carousel to Swiper. One nice feature of angular-carousel was the ability to buffer elements in ng-repeat. You can see the demo here: http://blog.revolunet.com/angular-carousel/ The idea is...

[UPD] Split files for better location [ADD] gulp-concat to concatenate files & uglify

hi there, trying to use the swiper in my home view with some pictures. the thing is this app uses a side menu. so .. when scrolling the swiper area.....

- Strict injection in swiper controller ($log, $scope and $document) - Removed argument 'undefined' - Changed argument 'angular' to 'window.angular'