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

When I try to pass slides-per-view param with value "auto" I get the default "1" because there is an "=" on the directive scope param. https://github.com/ksachdeva/angular-swiper/blob/master/src/angular-swiper.js#L31

* solves the issue with `breakpoints` passed via `override-parameters` * `breakpoints` are available in `swiper` from version `>=3.2.0` * requires manual testing

Hi, I am trying to use breakpoint object but its not working for me. Can you please tell me how to use it. Here is my code ``` ```

the swiper is not responsive. help me out making its responsive for mobie view thank you

Hi people, i use the angular-swiper directive in my project. Here a codesnippet: `` `` `{{slide.headline}}` `{{slide.subheadline}}` `` `` When I add or remove some slide objects from the $ctrl.slides...

Hi, is posibility or how i can use the parallax example of the official swiper, thanks.

Added param fo directive to setup if the active slider cand be in the center

Assuming that I'm using ng-repeat="photo in photos" to generate the slides. After photos changed, the slider became buggy. (i.e. cannot swipe to the next slides)

when mouse in,how to stop it?

I have a slider on my page and cannot get autoplay to work even though I have added it to my slider. Is there anything more required to get it...