I have a HTML structure like this:
Same as tom's answer, but little different.
child $scope.test2 =function($event){ $event.stopPropagation(); console.log("from test2") } $scope.test =function(){ console.log("from test") }