forked from angular/angular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scope): do not remove the listeners properties on destroy
Destroying the listener properties cases many issues when any of these operations is being performed on a destroyed scope or a child scope * Registering a new event * Deregistering an existing event * Destroying an insolated child scope with a destroyed parent * Sending an `$emit` from a child scope with a destroyed parent Closes angular#6897
- Loading branch information
Showing
2 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters