1
Reply

What is $rootScop0e in AngularJs?

Bhuvanesh Mohankumar

Bhuvanesh Mohankumar

Apr 28, 2016
436
0

    Scope is a special JavaScript object which plays the role of joining controller with the views. Scope contains the model data. In controllers, model data is accessed via $scope object. $rootScope is the parent of all of the scope variables.

    Bhuvanesh Mohankumar
    April 28, 2016
    1