Answer Posted / chaitanya
The $rootScope is the top-most scope. An app can have only one $rootScope which will be shared among all the components of an app. Hence it acts like a global variable. All other $scopes are children of the $rootScope.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me angular js date calendar with example?
What are events binding in angular 4?
In angular js, we need to worry about security holes?
What is AngularUI router and how it is different from ngRoute?
List some inbuilt services in angularjs?
What is ngcontent?
What are the expressions in angularjs?
How are you managing cookie in AngularJS
What is p table in angular?
Explain about angularjs service?
Is ngmodel deprecated?
How google handles security in angular 4 applications?
Can we have nested controllers in AngularJS?
Why do we use angular 2?
Explain ng-app directive in angular.