This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Double $destroy
#8504
Comments
When looking at issues with ngIf and ngRepeat recently @IgorMinar and I discussed this and decided that it should be something that listeners should have to be able to cope with. |
@petebacondarwin thanks for the info. Closing this |
lgalfaso
added a commit
that referenced
this issue
Sep 29, 2014
petebacondarwin
added a commit
to petebacondarwin/angular.js
that referenced
this issue
Sep 29, 2014
Stop an asynchronous compilation when this is performed on an already destroyed scope Closes angular#9199 Closes angular#9079 Closes angular#8504 Closes angular#9197
petebacondarwin
added a commit
that referenced
this issue
Sep 29, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Opening as a placeholder to open the discussion
Right now, it is possible for a listener on
'$destroy'
to get called twice.http://plnkr.co/edit/uQmoQS01eR9ApWp8tNSo?p=preview
Is this a bug or something directives/listeners have to be able to handle?
The text was updated successfully, but these errors were encountered: