mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -204,13 +204,13 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture', 'ionic.service.vie
|
||||
* @usage
|
||||
* ```html
|
||||
* <ion-side-menu-content
|
||||
* drag-content="canDrag">
|
||||
* drag-content="true">
|
||||
* </ion-side-menu-content>
|
||||
* ```
|
||||
* For a complete side menu example, see the
|
||||
* {@link ionic.directive:ionSideMenus} documentation.
|
||||
*
|
||||
* @param {boolean=} drag-content Whether the content can be dragged.
|
||||
* @param {boolean=} drag-content Whether the content can be dragged. Defaul true.
|
||||
*
|
||||
*/
|
||||
.directive('ionSideMenuContent', ['$timeout', '$ionicGesture', function($timeout, $ionicGesture) {
|
||||
|
||||
Reference in New Issue
Block a user