mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
269bbe0e7d
This wraps the $interval service when using upgrade to run the $interval() call outside the Angular zone. However, the callback is invoked within the Angular zone, so changes still propagate to downgraded components.