This issue is posted by @vsavkin from slack, in one project using angularjs 1.X ngUpgrade with Angular5, in Edge, the setInterval will still call runTask after cancelInterval, cannot reproduce with a simple project. There is the similar error before in #778, so in this PR, we will add some code to prevent such kind of error.
This issue is posted by @vsavkin from slack, in one project using
angularjs 1.X ngUpgrade with Angular5
, inEdge
, thesetInterval
will still callrunTask
aftercancelInterval
, cannot reproduce with a simple project. There is the similar error before in #778, so in this PR, we will add some code to prevent such kind of error.@mhevery, please review.