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

Commit 58d4c16

Browse files
committed
fixup! feat($compile): add support for arbitrary property and event bindings
1 parent 7835fc3 commit 58d4c16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ng/compileSpec.js

+1
Original file line numberDiff line numberDiff line change
@@ -12049,6 +12049,7 @@ describe('$compile', function() {
1204912049
expect(attrs.ngAttrSuperTitle).toBeUndefined();
1205012050
expect(attrs.$attr.ngAttrSuperTitle).toBeUndefined();
1205112051

12052+
//Note the casing is incorrect: https://github.com/angular/angular.js/issues/16624
1205212053
expect(attrs.myCameltitle).toBe('56');
1205312054
expect(attrs.$attr.myCameltitle).toBe('my-camelTitle');
1205412055
expect(attrs.ngAttrMyCameltitle).toBeUndefined();

0 commit comments

Comments
 (0)