ng-inspector icon indicating copy to clipboard operation
ng-inspector copied to clipboard

Uncaught TypeError: Cannot read property 'toLowerCase' of undefined

Open fr0 opened this issue 9 years ago • 1 comments

This is happening at ng-inspector.js line 1072. The relevant callstack is:

nodeRep @ ng-inspector.js:1072 App @ ng-inspector.js:984 NGI.App.App.bootstrap @ ng-inspector.js:1031 window.angular.bootstrap @ ng-inspector.js:1512

fr0 avatar Jul 30 '15 13:07 fr0

Thanks for the report! Is this happening on a public website that you're able to share the link to?

If not, could I convince you to try and make a minimum/bare-bones example app (plnkr/jsfiddle/codepen/etc) that you can replicate the issue in?

If either of these above items aren't viable, can you set a breakpoint and shoot over a screen-shot of what the current variables are in the lexical scope at the time the exception occurs?

DrewML avatar Aug 07 '15 22:08 DrewML