Question:Which of the following is true about ng-controller directive?
A ng-controller directive tells AngularJS what controller to use with this view.
B AngularJS application mainly relies on controllers to control the flow of data in the application.
C A controller is a JavaScript object containing attributes/properties and functions.
D All of these
+ AnswerD
+ Report