Skip to content

Commit 59294e8

Browse files
bianchimromhartington
authored andcommitted
docs(ionSlideBox): fix active-slide docs
Closes #4210
1 parent 336c388 commit 59294e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/angular/directive/slideBox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @param {boolean=} show-pager Whether a pager should be shown for this slide box. Accepts expressions via `show-pager="{{shouldShow()}}"`. Defaults to true.
3434
* @param {expression=} pager-click Expression to call when a pager is clicked (if show-pager is true). Is passed the 'index' variable.
3535
* @param {expression=} on-slide-changed Expression called whenever the slide is changed. Is passed an '$index' variable.
36-
* @param {expression=} active-slide Model to bind the current slide to.
36+
* @param {expression=} active-slide Model to bind the current slide index to.
3737
*/
3838
IonicModule
3939
.directive('ionSlideBox', [

0 commit comments

Comments
 (0)