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

The angular swiper does not appear and the pagination does not work without browser resize. ``` {{file.name}} {{file.desc}} ``` ``` var app = angular.module('app', []); app.controller('MainController', function ($scope, $window, $http,...

I'm trying to put the data from $http.get to a slider but in the first load the at pagination dots and the view only the first slide appears I cannot...

When I am trying for build angular-4 app its giving Template error. ERROR in Template parse errors: Can't bind to 'options' since it isn't a known property of 'ks-swiper-container'. 1....

The swipe functionality is not working properly, it always comes back to the first slide no matter how hard I try to swipe it away. Also the controls to change...

Hi, How can I hide a slide? I don't want to show, if empty. I tried like this without success: ``` {{value}} slide2 slide3 ```

fix paths of link when we are using node_modules folder.

Hi Guys, I have used the fix noted in #25 I am calling my data from a server json request using ng-repeat to display in my swiper. I know there...

Hello, I need to add zoom functionality but how can achieve in angular-1. I go through this [doc](http://idangero.us/swiper/demos/#.WUOMWnWGOi4). and `` But still not got. Please reply

I'd like an attribute so I can set the nav arrows to "swiper-button-white". I'll try to make a pull request soon.

Added 1. Custom Pagination bullet render 2. Custom Left and Right Navigation. 3. Added observe true attribute for dynamic slides.