We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b21804 commit 81a7342Copy full SHA for 81a7342
js/angular/directive/slideBox.js
@@ -59,7 +59,7 @@ function($timeout, $compile, $ionicSlideBoxDelegate) {
59
var _this = this;
60
61
var continuous = $scope.$eval($scope.doesContinue) === true;
62
- var shouldAutoPlay = isDefined($attrs.autoPlay) ? !!$scope.autoPlay : true;
+ var shouldAutoPlay = isDefined($attrs.autoPlay) ? !!$scope.autoPlay : false;
63
var slideInterval = shouldAutoPlay ? $scope.$eval($scope.slideInterval) || 4000 : 0;
64
65
var slider = new ionic.views.Slider({
0 commit comments