From 18c41c7f01d5441c2820317ea6af41dc3326e3c2 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 3 Nov 2015 12:02:48 -0500 Subject: #59 - the real issue was in app.js httpInjector but in the process of finding the bug I cleaned up some other stuff too --- www/external/angular-carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/external/angular-carousel.js') diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js index 04b91455..9dcdf491 100644 --- a/www/external/angular-carousel.js +++ b/www/external/angular-carousel.js @@ -67,7 +67,7 @@ angular.module('angular-carousel') if (attrs.hasOwnProperty('rnCarouselPauseOnHover') && attrs.rnCarouselPauseOnHover !== 'false'){ // PP - added touchend to make it react to touch devices - if (attrs.hasOwnProperty('rnPlatform') && attrs.rnPlatform == 'unknown') + if (attrs.hasOwnProperty('rnPlatform') && attrs.rnPlatform == 'desktop') { console.log ("ranPlatform is " + attrs.rnPlatform); console.log ("Desktop, de-registering any old click"); -- cgit v1.2.3