- A AngularJS application mainly relies on controllers to control the flow of data in the application.
- B A controller is a JavaScript object containing attributes/properties and functions.
- C ng-controller directive tells AngularJS what controller to use with this view.
- D All the options
AngularJS Directives