angular-material-sidemenu
angular-material-sidemenu copied to clipboard
i want to add a event in sideMenuButton but it not work???
export default function ($rootScope, $scope) { $scope.clickButton = function () { $rootScope.$broadcast('info:clicked');
} }
@Scheinin you need to add an event when a button is clicked?