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

ng-repeat causes "TypeError: Cannot read property 'childNodes' of undefined" #8180

Closed
teckays opened this issue Jul 14, 2014 · 3 comments
Closed

Comments

@teckays
Copy link

teckays commented Jul 14, 2014

Hi there,
In my application I have few ng-repeat loops and one of them is throwing the TypeError: Cannot read property 'childNodes' of undefined here:

} else if (childLinkFn) {
    childLinkFn(scope, node.childNodes, undefined, parentBoundTranscludeFn);
}

Sorry can't provide any fiddle as I was not able to reproduce this error. However, one thing to mention is that the ng-repeat on that element is used on different roots of the application, it uses the exact same html, no javascript handling applied at all, it displays a list of countries returned from an API backend as an array of Object's based on some predefined inputs. The only difference I could spot is a node called $$hashKey: int inside each Object of the passed array. (Not sure if this could be the problem).

I'm using angular 1.3.0 beta 14.

I have read this issue #4930 where this problem is discussed, fixed and merged into master. Not sure if the version I'm using does include or not the specified fix.

Thank you!

@Narretz
Copy link
Contributor

Narretz commented Jul 14, 2014

1.3.0-beta.14 includes this fix, so it's a different but similar problem. It also sounds similar to #8137

@teckays
Copy link
Author

teckays commented Jul 14, 2014

I guess I figured out what's the cause. I'm using ng-repeat inside a JarvisWidgets, turned the plugin initialization off then back on and the error disappeared.

@Narretz
Copy link
Contributor

Narretz commented Jul 15, 2014

Okay, so it looks like this is not a problem with angular. Gonna close this. If you think it is a bug, feel free to reopen.

@Narretz Narretz closed this as completed Jul 15, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants