Skip to content

Commit 9dd68d7

Browse files
committed
taking the attrName without capital letters in the directive binding for isolated scope
1 parent d434eab commit 9dd68d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ng/compile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,8 @@ function $CompileProvider($provide) {
13681368
mode = match[1], // @, =, or &
13691369
lastValue,
13701370
parentGet, parentSet;
1371+
1372+
// attrName = attrName.toLowerCase();
13711373

13721374
scope.$$isolateBindings[scopeName] = mode + attrName;
13731375

0 commit comments

Comments
 (0)