angular.js/test/ngScenario
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
..
e2e fix(scenario): Adding meta tag to avoid cache issues 2012-08-30 15:36:42 -07:00
output fix(scenario): include error messages in XML output 2013-02-07 04:09:52 -08:00
ApplicationSpec.js test($browser): correct false positive in ApplicationSpec.js 2013-09-11 22:19:24 +01:00
DescribeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
dslSpec.js perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
FutureSpec.js refactor(fromJson): always use native JSON.parse 2012-03-28 16:30:38 -07:00
matchersSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
mocks.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ObjectModelSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
RunnerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ScenarioSpec.js feat(scenario): expose jQuery for usage outside of angular scenario 2013-07-31 15:50:12 -07:00
SpecRunnerSpec.js fix(scenario-runner): support data-ng and x-ng based attributes 2012-10-31 13:58:13 -07:00