Alexander Dmitriev

Results 7 comments of Alexander Dmitriev

Hi guys, I have some strange issue with the branch. I have 2 controls: ``` haml %ul.slider.images{"rn-carousel"=>"", "rn-carousel-controls-allow-loop"=>"", "rn-carousel-loop"=>"", "rn-carousel-controls"=>"", "rn-carousel-index"=>"carouselIndex"} %li{"ng-repeat"=>"image in sliderImages"} .layer %img{"ng-src"=>"{{image.unchanged}}"} ``` One control in...

I found the problem. There are two similar features. https://github.com/revolunet/angular-carousel/blob/merge-loop/dist/angular-carousel.js#L377-L384 and https://github.com/revolunet/angular-carousel/blob/merge-loop/dist/angular-carousel.js#L550-L559

And one more strange effect: when you try fast swipe 2 or more slides on edge a slide become empty. This effect appears when it has 3 slides in carousel

My version $ iex -v Erlang/OTP 19 [erts-8.0.2] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] [dtrace] IEx 1.3.2

Thanks @echarp. I had some error. But it is "ReferenceError: Can't find variable: safari" js error only safari, in chrome it works.