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

Commit 9663c70

Browse files
committed
Added comment to make sure that the code is deleted when IE8 support is dropped
1 parent d8369cd commit 9663c70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/run/formlyNgModelAttrsManipulator.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ function addFormlyNgModelAttrsManipulator(formlyConfig, $interpolate, formlyWarn
127127
try {
128128
return node.querySelectorAll(query);
129129
} catch (e) {
130+
//this code is needed for IE8, as it does not support the CSS3 ':not' selector
131+
//it should be removed when IE8 support is dropped
130132
return getNgModelNodesFallback(node, skip);
131133
}
132134
}

0 commit comments

Comments
 (0)