summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-07 20:12:52 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-07 20:12:52 -0500
commitf3ca330f49bb1882cf8faa675ea48e1a38391e09 (patch)
tree1428b895d509a6288a8bfe8bb60c5e3ace069f34
parentf5fa4aff8e9c9f9317d10dddf77c4f6a4607dea6 (diff)
#68
Former-commit-id: 3a7dfb734b289b8cb2b1dd1689b54b639a9b7220
-rw-r--r--www/external/angular-carousel.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js
index 9dcdf491..32d57ae2 100644
--- a/www/external/angular-carousel.js
+++ b/www/external/angular-carousel.js
@@ -61,8 +61,8 @@ angular.module('angular-carousel')
}
};
-// start with non-autoplay and require tap to start
- scope.rnForceStop = true; // PP
+// start with autoplay and require tap to stop
+ scope.rnForceStop = false; // PP
scope.$watch('carouselIndex', restartTimer);
if (attrs.hasOwnProperty('rnCarouselPauseOnHover') && attrs.rnCarouselPauseOnHover !== 'false'){