diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-28 07:01:04 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-28 07:01:04 -0500 |
| commit | b73bbbccb4aaadd7513edf5e393710b36fa3d984 (patch) | |
| tree | 22c0ff847319fe0d8733fde04ce395a2f2888994 /www/external | |
| parent | c590ca90128aaa3c72da9b7bfaf15615f447b5f3 (diff) | |
various fixes
Former-commit-id: 780f7f5dba161552d4aaf377e993fdd7810eb23b
Diffstat (limited to 'www/external')
| -rw-r--r-- | www/external/angular-carousel.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js index 32d57ae2..5705688c 100644 --- a/www/external/angular-carousel.js +++ b/www/external/angular-carousel.js @@ -37,6 +37,7 @@ angular.module('angular-carousel') var stopAutoPlay = function() { if (scope.autoSlider) { + console.log ("Cancelling timer"); $interval.cancel(scope.autoSlider); scope.autoSlider = null; } |
