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> and ngOptions
  • 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 the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.