Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ngAnimate): fix TypeError in animateSetup
Fix TypeError in animateSetup on deletion of repeated element when using ng-include. Added nodeType check to ensure we operate on element node. Closes angular#4871
- Loading branch information