From aff69c855c6d83e4ca8cba4f834b3d8fb9b719cf Mon Sep 17 00:00:00 2001 From: Mauro Bianchi Date: Mon, 10 Aug 2015 09:46:19 +0200 Subject: [PATCH] active-slide parameter description Specified the correct meaning of active-slide attribute --- js/angular/directive/slideBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/slideBox.js b/js/angular/directive/slideBox.js index 34c6d892c4f..2c7fba28bb0 100644 --- a/js/angular/directive/slideBox.js +++ b/js/angular/directive/slideBox.js @@ -33,7 +33,7 @@ * @param {boolean=} show-pager Whether a pager should be shown for this slide box. Accepts expressions via `show-pager="{{shouldShow()}}"`. Defaults to true. * @param {expression=} pager-click Expression to call when a pager is clicked (if show-pager is true). Is passed the 'index' variable. * @param {expression=} on-slide-changed Expression called whenever the slide is changed. Is passed an '$index' variable. - * @param {expression=} active-slide Model to bind the current slide to. + * @param {expression=} active-slide Model to bind the current slide index to. */ IonicModule .directive('ionSlideBox', [