Lesson 5: Working with the Scope and Model
In this Lesson, we will cover the following recipes:
- Configuring and using AngularJS events
- Managing
$scope
inheritance - Working with AngularJS forms
- Working with
<select>
andngOptions
- Building an event bus
Introduction
AngularJS provides faculties to manage data alteration throughout the application, largely based around the model modification architecture. AngularJS' powerful data binding affords you the ability to build robust tools on top of the architecture as well as channels of communication that can efficiently reach throughout the application.
Configuring and using AngularJS events
AngularJS offers a powerful event infrastructure that affords you the ability to control the application in scenarios where ...
Get AngularJS: Maintaining Web Applications now with O’Reilly online learning.
O’Reilly members experience live online training, plus books, videos, and digital content from 200+ publishers.