fix($animate): don't break on anchored animations without duration
If the `from` element of an animation does not actually have an animation then there will be no animation runner on that element. This is possible if the element has the `ng-animate-ref` attribute but does not have any CSS animations or transitions defined. In this case, it is not necessary to try to update the host of the non-existent runner. Fixes #14641 Closes #14645
G
Georgios Kalpakas committed
21b76aed06d9cc04bd25a99c23ba852af782b357
Parent: 363fb16
Committed by Peter Bacon Darwin <pete@bacondarwin.com>
on 5/22/2016, 6:02:45 PM