angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.54k stars 3.39k forks source link

Menu callbacks #7070

Closed Inuart closed 8 years ago

Inuart commented 8 years ago

Can you please add callbacks to the md-menu element? Maybe like md-on-remove for chips?

devversion commented 8 years ago

@Inuart Ah, you mean something like md-on-close (as an expression), which should be called when the menu is closing?

Inuart commented 8 years ago

@DevVersion Yes.

Inuart commented 8 years ago

$scope.$on("$mdMenuClose", function() { console.log("menu closing") });