angular.js/docs/content
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
..
api docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00
cookbook docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
error docs(error/transclude/orphan): fix spelling mistakes 2013-12-12 11:15:31 +00:00
guide perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
misc docs(contribute) add platform agnostic git install link 2013-12-09 20:27:08 +00:00
notes feat(ngdocs): support popover, foldouts and foldover annotations 2013-06-17 22:00:54 -07:00
tutorial docs(tutorial/step-07): update path to pages in e2e scenarios 2013-12-12 11:22:31 +00:00