From ae0ab51d719b7a89a12059543d98993bb4a21004 Mon Sep 17 00:00:00 2001 From: Justin Noel Date: Sun, 29 Dec 2013 22:28:58 -0600 Subject: [PATCH 1/2] Corrected description comments for slide box. Signed-off-by: Justin Noel --- js/ext/angular/src/directive/ionicSlideBox.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/js/ext/angular/src/directive/ionicSlideBox.js b/js/ext/angular/src/directive/ionicSlideBox.js index b997a311ce..3ebeef795b 100644 --- a/js/ext/angular/src/directive/ionicSlideBox.js +++ b/js/ext/angular/src/directive/ionicSlideBox.js @@ -3,16 +3,14 @@ /** * @description - * The sideMenuCtrl lets you quickly have a draggable side - * left and/or right menu, which a center content area. + * The slideBoxCtrol lets you quickly create a multi-page c + * ontainer where each page can be swiped or dragged between */ angular.module('ionic.ui.slideBox', []) /** - * The internal controller for the side menu controller. This - * extends our core Ionic side menu controller and exposes - * some side menu stuff on the current scope. + * The internal controller for the slide box controller. */ .controller('SlideBoxCtrl', ['$scope', '$element', function($scope, $element) { $scope.slides = []; From cf8106a2a21e24c9db2c96bb4bc1834d42eb9e45 Mon Sep 17 00:00:00 2001 From: Justin Noel Date: Sun, 29 Dec 2013 22:31:00 -0600 Subject: [PATCH 2/2] 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', [])