Controller is a JavaScript constructor function that is used to augment the Angular Scope. Controllers are the place where we define our application behaviors by defining properties and functions. Continue reading

Blog Sub Title
Controller is a JavaScript constructor function that is used to augment the Angular Scope. Controllers are the place where we define our application behaviors by defining properties and functions. Continue reading
A filter formats the value of an expression for display to the user. They can be used in view templates, controllers or services and it is easy to define your own filter. Continue reading
Before introducing Directives , we should know brief about HTML.As web developers, we’re all familiar with HTML. Let’s take a moment to review and synchronize. Our terminology around this most fundamental of web technologies. Continue reading
Scope is an object that refers to the application model. It acts as glue between controller and view. Scopes are hierarchical in nature and follow the DOM (Document Object Model) structure of your angular app. Continue reading
Before we jump straight into our coverage of Angular, it’s important to know what your browser is doing when it renders a web page. Continue reading