This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix($interval): when canceling, use clearInterval from $window instea…
…d of global scope. In $interval.cancel, use clearInterval from the $window service instead of from global scope. The variable clearInterval declared above isn't visible here.
- Loading branch information