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

Commit 0beb9ba

Browse files
committed
fixup! feat($compile): add support for arbitrary property and event bindings
1 parent d30c214 commit 0beb9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/compile.js

+1
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
23502350
name = attr.name;
23512351
value = attr.value;
23522352

2353+
name = name.toLowerCase();
23532354
nName = directiveNormalize(name);
23542355

23552356
// Support ng-attr-*, ng-prop-* and ng-on-*

0 commit comments

Comments
 (0)