Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ece7f22

Browse files
committed
fixup! test for change event behavior
1 parent 8d5b9ba commit ece7f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/booleanAttrsSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('boolean attr directives', function() {
4949

5050
// Append the app to the document so that "click" triggers "change"
5151
// Support: Chrome
52-
jqLite($document[0].body).append($rootElement.append(element));
52+
// jqLite($document[0].body).append($rootElement.append(element));
5353

5454
$rootScope.value = 'true';
5555
$rootScope.$digest();

0 commit comments

Comments
 (0)