mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Renamed panel to menu
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
(function(window, document, ion) {
|
||||
ion.controllers = ion.controllers || {};
|
||||
|
||||
ion.controllers.LeftRightPanelViewController = function(options) {
|
||||
ion.controllers.LeftRightMenuViewController = function(options) {
|
||||
var _this = this;
|
||||
|
||||
this.animateClass = options.animateClass;
|
||||
@ -36,7 +36,7 @@
|
||||
}, this.center);
|
||||
};
|
||||
|
||||
ion.controllers.LeftRightPanelViewController.prototype = {
|
||||
ion.controllers.LeftRightMenuViewController.prototype = {
|
||||
setIsLeftEnabled: function(isLeftEnabled) {
|
||||
this._isLeftEnabled = isLeftEnabled;
|
||||
},
|
||||
Reference in New Issue
Block a user