| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-14 | fix($$rAF): always fallback to a $timeout incase native rAF isn't supported | Matias Niemelä | |
| Closes #6654 | |||
| 2014-03-13 | fix (ngAnimate): fix requestAnimationFrame for old version of Firefox | Thomas Belin | |
| The recent $$RAFProvider which is a wrapper for the native requestAnimationFrame method doesn't use the mozRequestAnimationFrame. Old versions of FF (20 for example) crash if ngAnimate is included No breaking changes and fix issue https://github.com/angular/angular.js/issues/6535 Closes #6535 Closes #6540 | |||
| 2014-02-24 | chore(core): introduce a wrapper for requestAnimationFrame | Matias Niemelä | |
