angular.js/docs
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
..
component-spec perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
components perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
content perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
img docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
spec test(docs): fix the failing specs 2013-11-21 12:41:57 -08:00
src docs(design): guide index formatting 2013-12-09 16:32:10 -08:00