fix(ngAnimate): do not alter the provided options data
Prior to this fix the provided options object would be altered as the animation kicks off due to the underlying mechanics of ngAnimate. This patch ensures that a copy of the provided options is used instead. This patch also works for when `$animateCss` is used by itself. Fixes #13040 Closes #13175
M
Matias Niemelä committed
193153c3d391338a859cb7788ef32a8af05fb920
Parent: 6a0686d
Committed by Martin Staffa <mjstaffa@googlemail.com>
on 12/2/2015, 11:23:11 AM