Which part of the MVC model in AngularJS is responsible for managing application data?

  • Controller
  • Directive
  • Model
  • View
In AngularJS, the Model is responsible for managing application data. It represents the data and the business logic of the application, keeping it separate from the user interface (View) and user interactions (Controller).
Add your answer
Loading...

Leave a comment

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