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).
Loading...
Related Quiz
- How does AngularJS handle asynchronous data retrieval when integrating with external APIs?
- How does the ng-switch directive enhance decision-making capabilities in the view?
- How does AngularJS's module and dependency injection system aid in the development of testable and modular code?
- Which AngularJS service is commonly used for making HTTP requests to external APIs?
- What is the primary function of the scope in AngularJS?