mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
enhance(slideBox): fix selectedIndex bugs
This commit is contained in:
1
js/angular/controller/slideController.js
vendored
1
js/angular/controller/slideController.js
vendored
@@ -8,6 +8,7 @@ function(scope, element, $q) {
|
||||
|
||||
element.on(ionic.CSS.TRANSITIONEND, onTransitionEnd);
|
||||
|
||||
self.scope = scope;
|
||||
self.element = element;
|
||||
self.node = element[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user