You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the last version of Angular, the $interval service is introduced and should replace calls to setInterval in the application. This have the main effect of being able to mock this service during tests (with angular-mock) and make the application stop changing continuously.
What do you think of providing angular-mock for that purpose ?
The text was updated successfully, but these errors were encountered:
In the last version of Angular, the $interval service is introduced and should replace calls to setInterval in the application. This have the main effect of being able to mock this service during tests (with angular-mock) and make the application stop changing continuously.
What do you think of providing angular-mock for that purpose ?
The text was updated successfully, but these errors were encountered: