mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #354 from calendee/fixSlideBoxComments
Fix slide box comments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user