I don't know why with the following template ng-click doesn't work:
<div>
<md-icon ng-click="console.log('hello'); $event.stopPropagation();" md-font-icon layout-fill ng-
class="md-raised inline-icon fa statusCellIcon" style="z-index:1000;">
</md-icon>
$event.stopPropagation() executes but not the console.log.
someone knows why?
Thank you.