enhance(slideBox): fix selectedIndex bugs

This commit is contained in:
Andrew
2014-11-18 10:15:43 -07:00
parent 48726297d9
commit fc3865755f
8 changed files with 138 additions and 93 deletions

View File

@@ -8,6 +8,7 @@ function(scope, element, $q) {
element.on(ionic.CSS.TRANSITIONEND, onTransitionEnd);
self.scope = scope;
self.element = element;
self.node = element[0];