Skip to content

Commit

Permalink
docs(ionSlideBox): fix active-slide docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchimro authored and mhartington committed Aug 10, 2015
1 parent 336c388 commit 59294e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/slideBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
Expand Down

0 comments on commit 59294e8

Please sign in to comment.