Files
ionic-framework/js/utils
M Alix 8319668890 Fixing requestAnimationFrame & cancelAnimationFrame
With the previous implementation, Chrome complains:
    "'webkitCancelAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead."
This fixes that by reusing (copy-paste) the code from angular.js
A better way would be to use ionic.requestAnimationFrame and ionic.cancelAnimationFrame everywhere, but that is more involved and risky...
2014-05-18 19:04:50 -04:00
..
2013-12-07 15:05:56 -06:00
2014-05-08 08:19:14 -05:00
2014-05-09 09:33:35 -05:00
2014-05-08 09:11:16 -06:00