mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
383f23b578
This patch ensures that animations are run outside of change detection thus allowing for start and done callbacks to modify application data without causing a cycle loop. Closes #12713