InterviewSolution
Saved Bookmarks
| 1. |
What is scope hierarchy? How many scopes can an application have? |
|
Answer» Each application contains ONE root SCOPE and several child scopes. And, when new scopes get created, they get added as children of the parent scope. Similar to DOM, they create a HIERARCHICAL structure. You can easily get marks in this Angularjs Interview Question by just naming the types of fits in Angular INTERVIEWS. |
|