angular-jsdoc
angular-jsdoc copied to clipboard
TypeError: Converting circular structure to JSON
trafficstars
In angular-template/publish.js on line 67, the call to JSON.stringify fails in my repo due to a circular reference at path CIRCULAR: obj.children.class.0.children.class.0 = obj.children.class.0 = [object Object]. I'm not sure what could be causing this. It seems like it's parsing one of my classes as a child of itself. Any ideas?