angularJS notification when element is removed

Viewed 11043

I am creating a new directive and I wondering how to be notified when angular remove the element from the DOM.
My aim is to add a jquery animation when an element is removed.

1 Answers
Related