Skip to content

stopPropagation #16

@mwolff86

Description

@mwolff86

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions