Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc73256 commit 91d5640Copy full SHA for 91d5640
src/ng/compile.js
@@ -2038,7 +2038,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
2038
jqLite(newNode).data(jqLite(firstElementToRemove).data());
2039
2040
// Remove data of the replaced element. We cannot just call .remove()
2041
- // on the element it since that would deallocate scope and event handlers that are still needed
+ // on the element it since that would deallocate scope that is needed
2042
// for the new node. Instead, remove the data "manually".
2043
if (!jQuery) {
2044
delete jqLite.cache[firstElementToRemove[jqLite.expando]];
0 commit comments