mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Fixed #143 - side menu zindex bug
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
(function(ionic) {
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* The side menu view handles one of the side menu's in a Side Menu Controller
|
||||
* configuration.
|
||||
* It takes a DOM reference to that side menu element.
|
||||
*/
|
||||
ionic.views.SideMenu = ionic.views.View.inherit({
|
||||
initialize: function(opts) {
|
||||
this.el = opts.el;
|
||||
|
||||
Reference in New Issue
Block a user