Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add delay and count parameters to $interval call
Angular ~1.5 expects there to be a delay param. In ngMock, there is no default value for the delay, so you effectively have `time + undefined`, which yields a string.
- Loading branch information