June 2014
Intermediate to advanced
696 pages
38h 52m
English
One of the most important aspects of an AngularJS application is scope. Scope not only provides the data represented in a model but also binds together all the other components of the AngularJS application, such as modules, controllers, services, and templates. This chapter explains the relationships between scope and other AngularJS components.
Scope provides the binding mechanism that allows DOM elements and other code to be updated when changes occur in the model data. In this chapter you will learn about scope hierarchies and how to communicate between them via events.
Read now
Unlock full access