diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/external/angular-carousel.js | 5 | ||||
| -rw-r--r-- | www/js/ModalCtrl.js | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js index 452ea227..4a853981 100644 --- a/www/external/angular-carousel.js +++ b/www/external/angular-carousel.js @@ -451,12 +451,13 @@ angular.module('angular-carousel').run(['$templateCache', function($templateCach } else { + scope.autoSlide(); // lets move the index along - PP // so playback total time is not affected - scope.carouselIndex = index; + // scope.carouselIndex = index; //console.log ("Image is still loading, not skipping slides, index at "+index); - updateBufferIndex(); + // updateBufferIndex(); //console.log ("NOT LOADED but advancing carousel to " + scope.carouselIndex); } diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js index a1934359..b22a2458 100644 --- a/www/js/ModalCtrl.js +++ b/www/js/ModalCtrl.js @@ -1173,6 +1173,7 @@ $scope.togglePresets = function() // if (carouselUtils.getStop() == true) return; + $scope.mycarousel.index = parseInt($scope.ionRange.index) - 1; // console.log ("***ION RANGE CHANGED TO " + $scope.mycarousel.index); }); |
