mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Make active slide optional
This commit is contained in:
@@ -24,7 +24,7 @@ angular.module('ionic.ui.slideBox', [])
|
||||
showPager: '@',
|
||||
disableScroll: '@',
|
||||
onSlideChanged: '&',
|
||||
activeSlide: '='
|
||||
activeSlide: '=?'
|
||||
},
|
||||
controller: ['$scope', '$element', function($scope, $element) {
|
||||
var _this = this;
|
||||
|
||||
Reference in New Issue
Block a user