“$rootScope” is a parent object of all “$scope” angular objects created in a web page.

$scope is created with ng-controller while $rootscope is created with ng-app.

“$rootScope” is a parent object of all “$scope” angular objects created in a web page.

$scope is created with ng-controller while $rootscope is created with ng-app.
