---
title: "What are Controllers in AngularJS?"  
description: "What are Controllers in AngularJS?"  
author: "Hemant Patel"  
published: 2018-03-18  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/23358/what-are-controllers-in-angularjs  
category: "c#"  
tags: ["angularjs controller"]  
reading_time: 1 minute  

---

# What are Controllers in AngularJS?

In AngularJS, Controllers are Javascript functions. It provides data and logic to HTML UI. Controllers are controlling how data flows from the server to HTML UI.

## Answers

### Answer by Hemant Patel

In AngularJS, Controllers are Javascript functions. It provides data and logic to HTML UI. Controllers are controlling how data flows from the server to HTML UI.


---

Original Source: https://www.mindstick.com/interview/23358/what-are-controllers-in-angularjs

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
