This is more for debugging and exploring the current state of my application in the browser. I followed this advise
List declared directives/controllers in AngularJS module
However, I don't see anything like that in _invokeQueue.
console.log(app._invokeQueue[0][2][1]);
undefined VM363:2
undefined
How does AngularJS store their directives, services, controllers objects and variables? What's the best way to drill into each in the browser memory? Assuming I know all the naming.