fix(ngAnimate): ensure that repeated structural calls during pre-digest function
Prior to this fix if `$animate.enter()` or `$animate.leave()` was called before a digest was issued then the element may not be cancelled early enough. This fix ensures that the previous structural animation is cancelled immediately when a follow-up animation is kicked off. Closes #11867
M
Matias Niemelä committed
2327f5a0a7e018a9b03aefabe1fbd0c9330e2eeb
Parent: 718ff84