angular.js/docs/component-spec
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
..
bootstrap chore(ngdocs): move angular-bootstrap.js to be generated only inside the docs and remove from the build process 2013-05-20 14:27:34 -07:00
annotationsSpec.js perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
docsSearchSpec.js chore(ngdocs): provide test code for lunr search in docs 2013-06-18 09:37:29 -04:00
errorDisplaySpec.js fix(docs): handle the empty string in errorDisplay 2013-08-01 15:32:46 -07:00
errorLinkFilterSpec.js chore(docs): fix broken IE8 test due to sanitization bug 2013-10-04 13:43:11 -04:00
mocks.js test(docs): ignore some of the specs on IE 2013-08-23 12:43:42 -07:00
NavigationCtrlSpec.js chore(ngdocs): provide test code for lunr search in docs 2013-06-18 09:37:29 -04:00
syntaxSpec.js fix(ngdocs): provide test code for syntax links in docs and fix the syntax directive for IE8 2013-05-20 14:33:11 -07:00
versionJumpSpec.js test(docs): ignore some of the specs on IE 2013-08-23 12:43:42 -07:00