diff --git a/js/angular/directive/slideBox.js b/js/angular/directive/slideBox.js index f343725c44..ca43d984f3 100644 --- a/js/angular/directive/slideBox.js +++ b/js/angular/directive/slideBox.js @@ -13,9 +13,7 @@ * * @usage * ```html - * + * * *

BLUE

*
@@ -29,7 +27,6 @@ * ``` * * @param {expression=} selected A model bound to the selected slide index. - * with {@link ionic.service:$ionicSlideBoxDelegate}. * @param {boolean=} loop Whether the slide box should loop. Default false. * @param {number=} auto-play If a positive number, then every time the given number of milliseconds have passed, slideBox will go to the next slide. Set to a non-positive number to disable. Default: -1. * @param {expression=} on-slide-changed Expression called whenever the slide is changed. Is passed an '$index' variable.