Fixed #143 - side menu zindex bug

This commit is contained in:
Max Lynch
2013-11-15 21:08:53 -06:00
parent 42dd53850b
commit cfa2aa6401
5 changed files with 36 additions and 28 deletions

5
dist/js/ionic.js vendored
View File

@ -3604,6 +3604,11 @@ window.ionic = {
(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;