diff --git a/js/angular/directive/slideBoxPager.js b/js/angular/directive/slideBoxPager.js index 33b235ed7f..8d4754a6ba 100644 --- a/js/angular/directive/slideBoxPager.js +++ b/js/angular/directive/slideBoxPager.js @@ -25,6 +25,18 @@ * * ``` * + * If you provide your own `ng-click` attribute, it overrides the default + * click behavior. + * + * ```html + * + * + * 1 + * 2 + * 3 + * + * ``` + * * @param {expression=} ng-click By default, clicking a pager will select the corresponding * slide. You can override this by providing an ng-click expression. The ng-click * expression will be provided a `$slideIndex` variable, signifying the slide index