You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/angular/directive/slideBox.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
* @param {boolean=} show-pager Whether a pager should be shown for this slide box. Accepts expressions via `show-pager="{{shouldShow()}}"`. Defaults to true.
34
34
* @param {expression=} pager-click Expression to call when a pager is clicked (if show-pager is true). Is passed the 'index' variable.
35
35
* @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.
0 commit comments