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

View File

@ -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;