mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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
|
||
|---|---|---|
| .. | ||
| e2e | ||
| output | ||
| ApplicationSpec.js | ||
| DescribeSpec.js | ||
| dslSpec.js | ||
| FutureSpec.js | ||
| matchersSpec.js | ||
| mocks.js | ||
| ObjectModelSpec.js | ||
| RunnerSpec.js | ||
| ScenarioSpec.js | ||
| SpecRunnerSpec.js | ||