angular.js/docs/content/guide
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
..
animations.ngdoc docs: correct broken links 2013-10-18 15:35:41 -07:00
bootstrap.ngdoc docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
compiler.ngdoc docs(guide/compiler): add fourth step on appending the compiled template to the DOM 2013-11-27 22:41:10 +00:00
concepts.ngdoc docs(guide/concepts): fix incorrect module name in example 2013-11-27 22:59:13 +00:00
controller.ngdoc docs(guide/understanding_controller): fix incorrect property reference 2013-11-13 20:51:29 +00:00
databinding.ngdoc docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
dev_guide.e2e-testing.ngdoc docs(guide/e2e-testing): fix typo 2013-10-30 20:56:38 +00:00
dev_guide.services.$location.ngdoc docs(guide/$location): fix broken example demo 2013-10-03 23:05:56 +01:00
dev_guide.services.creating_services.ngdoc docs(guide): minor grammar fixes 2013-01-17 19:10:46 -05:00
dev_guide.services.injecting_controllers.ngdoc docs(guide/injecting-services): fix indentation in example 2013-10-30 21:08:33 +00:00
dev_guide.services.managing_dependencies.ngdoc refactor($route): pull $route and friends into angular-route.js 2013-06-06 17:07:12 -07:00
dev_guide.services.ngdoc docs(guide): minor grammar fixes 2013-01-17 19:10:46 -05:00
dev_guide.services.testing_services.ngdoc doc(devguide) - Fix typos and small grammatical errors in the developer guide. 2012-08-30 16:02:24 -07:00
dev_guide.services.understanding_services.ngdoc docs(guide/services): fix another typo 2013-09-26 12:52:43 +01:00
dev_guide.templates.css-styling.ngdoc docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
dev_guide.unit-testing.ngdoc perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
di.ngdoc docs(guide/di): use square bracket notation for $inject annotation 2013-11-27 22:48:02 +00:00
directive.ngdoc docs(guide/directive): use hideDialog handler in example 2013-11-20 11:37:00 +00:00
expression.ngdoc docs(guide/expression): remove misplaced comma 2013-12-12 11:25:41 +00:00
filter.ngdoc docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00
forms.ngdoc docs(guide/forms): clarify how NgModelController can be added to scope 2013-12-09 20:14:45 +00:00
i18n.ngdoc docs(guide/i18n): fix link to i18n files in the project 2013-11-18 11:55:30 +00:00
ie.ngdoc docs(guide/ie): add info about what IE versions are supported 2013-11-21 20:25:41 +00:00
index.ngdoc docs(design): guide index formatting 2013-12-09 16:32:10 -08:00
introduction.ngdoc docs(guide): delete ancient video 2013-11-06 20:51:39 -08:00
migration.ngdoc docs(migration): add a note about "private" properties being reverted 2013-11-27 22:35:09 +00:00
module.ngdoc docs(guide): warn about module creation versus retrieval 2013-08-22 10:32:52 -07:00
providers.ngdoc docs(guide/providers): fix typo 2013-11-27 22:41:53 +00:00
scope.ngdoc docs(guide/scope): access the current element's scope in the console. 2013-11-26 06:45:48 +00:00
templates.ngdoc docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00