mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -74,6 +74,14 @@ angular.module('ionic.ui.sideMenu', ['ionic.service.gesture', 'ionic.service.vie
|
||||
* Default: Toggles the menu.
|
||||
*/
|
||||
'toggleRight',
|
||||
/**
|
||||
* @ngdoc method
|
||||
* @name $ionicSideMenuDelegate#getOpenRatio
|
||||
* @returns {float} The ratio of open amount over menu width. For example, a
|
||||
* menu of width 100 open 50 pixels would be open 50% or a ratio of 0.5. Value is negative
|
||||
* for right menu.
|
||||
*/
|
||||
'getOpenRatio',
|
||||
/**
|
||||
* @ngdoc method
|
||||
* @name $ionicSideMenuDelegate#isOpenLeft
|
||||
|
||||
Reference in New Issue
Block a user