angular.js/test/ngAnimate
Michał Gołębiowski 3410f65e79 perf(jqLite): implement and use the empty method in place of html(‘’)
jQuery's elem.html('') is way slower than elem.empty(). As clearing
element contents happens quite often in certain scenarios, switching
to using .empty() provides a significant performance boost when using
Angular with jQuery.

Closes #4457
2013-12-13 02:07:11 -08:00
..
animateSpec.js perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00