diff --git a/dist/angular-carousel.js b/dist/angular-carousel.js index 7bc8502..4d7cfcf 100755 --- a/dist/angular-carousel.js +++ b/dist/angular-carousel.js @@ -73,6 +73,8 @@ angular.module('angular-carousel') // in absolute pixels, at which distance the slide stick to the edge on release rubberTreshold = 3; + var requestAnimationFrame = $window.requestAnimationFrame || $window.webkitRequestAnimationFrame; + return { restrict: 'A', scope: true,