diff --git a/js/angular/directive/slides.js b/js/angular/directive/slides.js index 6d5c4fa803e..61623623af0 100644 --- a/js/angular/directive/slides.js +++ b/js/angular/directive/slides.js @@ -41,7 +41,8 @@ function($animate, $timeout) { restrict: 'E', transclude: true, scope: { - options: '=' + options: '=', + slider: '=' }, template: '
' + '
' + @@ -84,6 +85,7 @@ function($animate, $timeout) { var slider = new ionic.views.Swiper($element.children()[0], newOptions); _this.__slider = slider; + $scope.slider = _this.__slider; $scope.$on('$destroy', function() { slider.destroy(); diff --git a/test/html/slides.html b/test/html/slides.html index 18151d75680..45c69c8178e 100644 --- a/test/html/slides.html +++ b/test/html/slides.html @@ -16,19 +16,36 @@ Hello - + -

Journey to HD 219134 b

-

- This app will prepare you for your journey through the galaxy - to HD 219134 b, an exoplanet 21 lightyears away from our home on Earth. -

-

- -

-
- An artist's rendering of your new home. -
+ +

Journey to HD 219134 b

+

+ This app will prepare you for your journey through the galaxy + to HD 219134 b, an exoplanet 21 lightyears away from our home on Earth. +

+

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+

+ +

+
+ An artist's rendering of your new home. +
+

Before launch

@@ -98,10 +115,21 @@

Life on HD 219134 b