From cf8106a2a21e24c9db2c96bb4bc1834d42eb9e45 Mon Sep 17 00:00:00 2001 From: Justin Noel Date: Sun, 29 Dec 2013 22:31:00 -0600 Subject: [PATCH] Fixed split word in description. Signed-off-by: Justin Noel --- js/ext/angular/src/directive/ionicSlideBox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/ext/angular/src/directive/ionicSlideBox.js b/js/ext/angular/src/directive/ionicSlideBox.js index 3ebeef795b..c96d0be6cc 100644 --- a/js/ext/angular/src/directive/ionicSlideBox.js +++ b/js/ext/angular/src/directive/ionicSlideBox.js @@ -3,8 +3,8 @@ /** * @description - * The slideBoxCtrol lets you quickly create a multi-page c - * ontainer where each page can be swiped or dragged between + * The slideBoxCtrol lets you quickly create a multi-page + * container where each page can be swiped or dragged between */ angular.module('ionic.ui.slideBox', [])