mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge branch 'pr/400' - fixes #397
This commit is contained in:
@@ -37,6 +37,7 @@ angular.module('ionic.ui.slideBox', [])
|
||||
auto: slideInterval,
|
||||
disableScroll: ($scope.$eval($scope.disableScroll) === true) || false,
|
||||
continuous: continuous,
|
||||
startSlide: $scope.activeSlide,
|
||||
slidesChanged: function() {
|
||||
$scope.currentSlide = slider.getPos();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user