I am facing an issue with rendering an object that contains comments along with replies objects that have nested replies objects. I attempted to use a solution from here, but it resulted in my replies object being undefined. For example, I tried the following code snippet:
<div ng-repeat="it in item.CommentReplies=it.CommentReplies track by $index" >
Why is this causing my object to be undefined? Is this the correct solution? Here is a screenshot of my object: https://i.stack.imgur.com/m5Mfd.png