mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(ionSlideBox): document how show-pager attribute can be dynamic
This commit is contained in:
2
js/angular/directive/slideBox.js
vendored
2
js/angular/directive/slideBox.js
vendored
@@ -30,7 +30,7 @@
|
||||
* @param {boolean=} does-continue Whether the slide box should loop.
|
||||
* @param {boolean=} auto-play Whether the slide box should automatically slide. Default true if does-continue is true.
|
||||
* @param {number=} slide-interval How many milliseconds to wait to change slides (if does-continue is true). Defaults to 4000.
|
||||
* @param {boolean=} show-pager Whether a pager should be shown for this slide box.
|
||||
* @param {boolean=} show-pager Whether a pager should be shown for this slide box. Accepts expressions via `show-pager="{{shouldShow()}}"`.
|
||||
* @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.
|
||||
|
||||
Reference in New Issue
Block a user