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

Commit 6df72a0

Browse files
committed
fixup! feat($compile): add support for arbitrary property and event bindings
1 parent 3bf86d2 commit 6df72a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/compileSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13007,7 +13007,7 @@ describe('$compile', function() {
1300713007
});
1300813008
});
1300913009

13010-
it('should setting the same property/element to the same value', function() {
13010+
it('should allow setting the same property/element to the same value', function() {
1301113011
testProvider(function($compileProvider) {
1301213012
$compileProvider.addPropertySecurityContext('div', 'title', 'mediaUrl');
1301313013
$compileProvider.addPropertySecurityContext('div', 'title', 'mediaUrl');

0 commit comments

Comments
 (0)