---
title: "Explain what is scope in Angular.js ?"  
description: "Explain what is scope in Angular.js ?"  
author: "Anonymous User"  
published: 2015-03-27  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2368/explain-what-is-scope-in-angular-js  
category: "angular js"  
tags: ["angularjs scope"]  
reading_time: 1 minute  

---

# Explain what is scope in Angular.js ?

Scope refers to the application model, it acts like glue between application controller and the view. Scopes are arranged in hierarchical structure and impersonate the DOM ( Document Object Model) structure of the application. It can watch expressions and propagate events.

## Answers

### Answer by Anonymous User

Scope refers to the application model, it acts like glue between application controller and the view. Scopes are arranged in hierarchical structure and impersonate the DOM ( Document Object Model) structure of the application. It can watch expressions and propagate events.


---

Original Source: https://www.mindstick.com/interview/2368/explain-what-is-scope-in-angular-js

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
