mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00

committed by
Brandy Carney

parent
755524abc7
commit
9a00af34e3
@ -120,7 +120,7 @@ export class MenuController {
|
||||
private _menus: Array<Menu> = [];
|
||||
|
||||
/**
|
||||
* Progamatically open the Menu.
|
||||
* Programatically open the Menu.
|
||||
* @param {string} [menuId] Optionally get the menu by its id, or side.
|
||||
* @return {Promise} returns a promise when the menu is fully opened
|
||||
*/
|
||||
@ -137,7 +137,7 @@ export class MenuController {
|
||||
}
|
||||
|
||||
/**
|
||||
* Progamatically close the Menu. If no `menuId` is given as the first
|
||||
* Programatically close the Menu. If no `menuId` is given as the first
|
||||
* argument then it'll close any menu which is open. If a `menuId`
|
||||
* is given then it'll close that exact menu.
|
||||
* @param {string} [menuId] Optionally get the menu by its id, or side.
|
||||
|
Reference in New Issue
Block a user