fa-animate-halt

Will execute the passed function/expression when an ngAnimate event on the given element is halted before finishing. Useful when you want to manage clean-up (e.g. Transitionable .halt()ing).

Usage

<fa-view ng-repeat="view in views" fa-animate-halt="cleanupFunction()">
</fa-view>