angular-material-sidemenu icon indicating copy to clipboard operation
angular-material-sidemenu copied to clipboard

i want to add a event in sideMenuButton but it not work???

Open Scheinin opened this issue 7 years ago • 1 comments

export default function ($rootScope, $scope) { $scope.clickButton = function () { $rootScope.$broadcast('info:clicked');

} }

Scheinin avatar Sep 12 '17 14:09 Scheinin

@Scheinin you need to add an event when a button is clicked?

andersonfalcao avatar Nov 09 '17 12:11 andersonfalcao