Hey there, could you please insert a "stopPropagation" for "click" Event, so that $event is not fired through elem.bind("click", function($event) { scope.$apply(function() { if($event) { $event.stopPropagation(); } Thanks
Hey there,
could you please insert a "stopPropagation" for "click" Event, so that $event is not fired through
elem.bind("click", function($event) {
scope.$apply(function() {
if($event) {
$event.stopPropagation();
}
Thanks