What is scope hierarchy? How many scopes can an application have?
Answer / Neena Pandey
Scope hierarchy in AngularJS refers to the relationship between parent and child scopes. An application can have as many scopes as required, but every scope has a parent scope up to $rootScope which acts as the ultimate parent of all scopes.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain ng-app directive angularjs?
What is the size of angular.js file?
Compare the features of AngularJS and jQuery?
What are angular global apis?
What is the meaning of material design?
What is a dynamic route in angularjs and how do you implement it?
Explain how $scope.$Apply() works
Explain data binding in angular js.
What is the function of module?
What are isolated unit tests?
What is ng build command?
What is data in angular?