This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$animate leave
event is not bubbling when fired by ngIf
#13054
Closed
Description
I am looking to implement behavior in a parent whenever a child element is removed from the dom by ngIf
. I have done this by placing an event handler on the parent listening for leave
however the event doesn't seem to be bubbling.
This plunker demonstrates my problem. As I understand it, and according to the docs, enter
and leave
should both bubble although only enter
is correctly doing so.
Thank you.