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

Most modern mobile touch slider for angular js

Results 25 ui-swiper issues
Sort by recently updated
recently updated
newest added

```html angular.module('app', ['ui.swiper']); ``` With this basic setup using http://idangero.us/swiper you get a single row of items, you can drag them, and you'll see the new ones enter at the...

Hi! When trying to add to my project fails to add into my controller in this way ![Screenshot 2019-12-09 at 18 14 25](https://user-images.githubusercontent.com/45036489/70457315-3b51bc00-1ab0-11ea-9dfd-3f97b09a72b8.png) What am I doing wrong? thanks

e.g. How to do the equivalent with ui-swiper since it seems it's all based on html attributes. idangerous example: http://idangero.us/swiper/demos/23-thumbs-gallery.html

Hello! Someone knows how to use swiperEvents like 'slideChange' using ui-swiper without edit 'node-packages' files? Default: ```javascript var mySwiper = new Swiper('.swiper-container', { // ... }; mySwiper.on('slideChange', function () {...

Hi, where is the docs for angular js using configuration? Thanks

Greetings, How can i reset position to the first slide) after populate it via ng-repeat? thanks

That's referring to https://github.com/nebulr/ui-swiper/issues/38 Thanks, Andre

I'm trying to set a custom renderBullet function: ``` ... ``` ``` module.controller("SwipeController", function($scope) { $scope.renderBullet = function (index, className) { return '' + (index + 1) + ''; };...

When using autoplay and then manually swiping, the index goes crazy and it auto plays back and forth randomly.