diff --git a/js/ext/angular/src/directive/ionicSlideBox.js b/js/ext/angular/src/directive/ionicSlideBox.js index f1e1e1d0c6..f50e317b7c 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 + * container 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. */ .directive('slideBox', ['$timeout', '$compile', function($timeout, $compile) {