Example
``` html
```
Documentation
MD-MENU
Public Properties
disableAnimation
{Boolean}
disbale animation
default
false
closeDrawer
{Boolean}
close drawer panel on mobile devices
default
false
drawerDelay
{Number}
delay set for clsoing the drawer
default
2250
duration
{Number}
animation duration
default
250
easing
{String}
animation easing
default
linear
rippleColor
{String}
ripple color
default
rgb(153,153,153)
activeRippleColor
{String}
active ripple color
default
rgb(153,153,153)
Public Methods
showByUrl
{void}
highlight menu item that matches passed url
params:
{String} url
{Boolean} suppressError
Public Events
md.menu.showing
thrown when showing item
md.menu.show
thrown when item is shown
md.menu.hiding
thrown when hiding item
md.menu.hide
thrown when item is hidden
md.menu.url.404
thrown when no item matches url