Open In App

Web technologies Questions | AngularJS Quiz | Set-2 | Question 8

Which of the below is the controller for the single parameter in Angular JS?
(A) $control
(B) $scope
(C) ^scope
(D) All of the above

Answer: (C)
Explanation: The scope is the controller for the single parameter in Angular JS. When you add properties into the scope object in the controller, only then does it get access to those properties. A scope is an inbuilt object and contains the application data.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :