infinite-slider icon indicating copy to clipboard operation
infinite-slider copied to clipboard

Infinite (endless) slider for angularjs

Results 3 infinite-slider issues
Sort by recently updated
recently updated
newest added

just added these lines to 177 on js (didn't change the coffee or anything): ``` if (event) { event.stopPropagation(); event.cancelBubble = true; } ```

The slider was working perfectly for months,but then I changed my directive a little and now it's redirecting to '/' whenever I click any of the cards. It's not even...

Hi! I have tried to add some slides dynamically by ``` $scope.listData.items.push({ img: 'http://farm4.staticflickr.com/3455/3372925208_e1f2aae4e3.jpg', link: 'http://flic.kr/p/69489U' }); ``` after page is already rendered. And nothing works. Just wanted to know,...

bug