SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 0 JavaScript

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
3f8efe73fc2bb6fb029952290129f7a788aae772
Parent: 1581827
Committed by Peter Bacon Darwin <pete@bacondarwin.com> on 5/22/2016, 6:02:26 PM