mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Toderp work
This commit is contained in:
6
dist/ionic.js
vendored
6
dist/ionic.js
vendored
@ -2504,6 +2504,12 @@ ionic.controllers.NavController.prototype = {
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Close all menus.
|
||||
*/
|
||||
close: function() {
|
||||
this.openPercentage(0);
|
||||
},
|
||||
|
||||
/**
|
||||
* @return {float} The amount the side menu is open, either positive or negative for left (positive), or right (negative)
|
||||
|
||||
Reference in New Issue
Block a user