Y
Y
yociyavi2016-07-19 09:15:47
Angular
yociyavi, 2016-07-19 09:15:47

How to view the chain of created objects in angular?

As far as I understand, angular after parsing html creates a chain of objects. And because of this, there are problems with the inheritance of scopes. Actually the question is: How to view this created chain?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
napa3um, 2016-07-19
@yociyavi

https://chrome.google.com/webstore/detail/angularj...

L
lega, 2016-07-19
@lega

Apparently we are talking about prototyping scopes, there is not a chain, but a tree, with $rootScope at the top.
Scopes refer to each other via references: $frist, $last, $parent, etc. you can traverse the entire tree through these links.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question