We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f4026 commit 1ddbb3eCopy full SHA for 1ddbb3e
test/ng/compileSpec.js
@@ -8690,7 +8690,8 @@ describe('$compile', function() {
8690
8691
it('should work without external libraries (except jQuery)', testCleanup);
8692
8693
- if (jQuery) { it('should work with another library patching jQuery.cleanData after Angular', function() {
+ if (jQuery) {
8694
+ it('should work with another library patching jQuery.cleanData after Angular', function() {
8695
var cleanedCount = 0;
8696
var currentCleanData = jqLite.cleanData;
8697
jqLite.cleanData = function(elems) {
0 commit comments