From c2aeac39b11c30ceaa4b4c218d42356d4eb0e76a Mon Sep 17 00:00:00 2001 From: Paul-Isache Date: Wed, 4 Feb 2015 16:25:28 +0200 Subject: [PATCH] Update slide box doc I think some people may use slide box like in your example and not put it in a view --- js/angular/service/slideBoxDelegate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/angular/service/slideBoxDelegate.js b/js/angular/service/slideBoxDelegate.js index 682722ab70..2aa8b14830 100644 --- a/js/angular/service/slideBoxDelegate.js +++ b/js/angular/service/slideBoxDelegate.js @@ -11,7 +11,7 @@ * @usage * * ```html - * + * * * *
@@ -24,7 +24,7 @@ *
*
*
- * + *
* ``` * ```js * function MyCtrl($scope, $ionicSlideBoxDelegate) {