1

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.

1 Answer 1

2

There is angular batarang for chrome.

Here is the Batarang link.

Hope this helps.

Sign up to request clarification or add additional context in comments.

1 Comment

I know Batarang but it doesn't have a list of directives, services, filters. It only has model, which is very limited.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.