Closed Inuart closed 8 years ago
Can you please add callbacks to the md-menu element? Maybe like md-on-remove for chips?
md-menu
md-on-remove
@Inuart Ah, you mean something like md-on-close (as an expression), which should be called when the menu is closing?
md-on-close
@DevVersion Yes.
$scope.$on("$mdMenuClose", function() { console.log("menu closing") });
Can you please add callbacks to the
md-menu
element? Maybe likemd-on-remove
for chips?