angular.js/test/helpers
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
..
matchers.js fix(modules): stop leaking global variables in tests 2013-10-10 11:58:15 -07:00
privateMocks.js chore: reorganize test helper files under test/helpers 2013-08-23 15:46:11 -07:00
privateMocksSpec.js fix(modules): stop leaking global variables in tests 2013-10-10 11:58:15 -07:00
testabilityPatch.js perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00