AngularJS expressions can directly call functions defined in the __________ scope.

  • Controller
  • Global
  • Local
  • Service
In AngularJS, expressions can directly call functions defined in the Controller scope. The Controller scope holds the application data and functions, and expressions can access and invoke these functions directly. This feature enhances the flexibility of AngularJS applications by allowing seamless integration of logic defined in the Controller with the HTML templates.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *