From 1202f0404750d5dd73b08d4806c42a511bd38b08 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 20 Nov 2014 11:21:23 -0700 Subject: [PATCH] docs(ionSlideBox): update example --- js/angular/directive/slideBox.js | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/js/angular/directive/slideBox.js b/js/angular/directive/slideBox.js index 83daabf59e..f39f18c15e 100644 --- a/js/angular/directive/slideBox.js +++ b/js/angular/directive/slideBox.js @@ -13,17 +13,19 @@ * * @usage * ```html - * - * - *

BLUE

- *
- * - *

YELLOW

- *
- * - *

PINK

- *
- *
+ * + * + * + *

BLUE

+ *
+ * + *

YELLOW

+ *
+ * + *

PINK

+ *
+ *
+ *
* ``` * * @param {expression=} selected A model bound to the selected slide index.