Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

[master] Issue when adding multiple events to the event map #58

@gavinmcdermott

Description

@gavinmcdermott

Having issues when adding multiple events to the eventProperty. After some debugging, I found that all events are correctly added to the _handlers property. However, when executing a handler function, the handler for the last function is all that fires.

For example, I have idle, dragend, and mouseout defined in my $scope's events. They all register events, but the handler for mouseout is fired on all events.

Spent a full morning and afternoon on this one, so any help is appreciated. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions