angular.js/test/ngTouch
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
..
directive perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
swipeSpec.js fix(ngScenario): provide event parameters as object 2013-09-06 17:00:37 -04:00