AngularJS Directives - Quiz

  • AAny controller and directive
  • BNone of the options
  • CAny controller
  • DAny controller or directive, filter or even inside the services
  • AAngularJS application mainly relies on controllers to control the flow of data in the application.
  • BA controller is a JavaScript object containing attributes/properties and functions.
  • Cng-controller directive tells AngularJS what controller to use with this view.
  • DAll the options