Book Image

AngularJS Essentials

By : Rodrigo Branas
Book Image

AngularJS Essentials

By: Rodrigo Branas

Overview of this book

<p>This book is a practical guide filled with real-world examples that will help you discover the best practices of the AngularJS framework, covering its most important concepts such as directives, expressions, filters, and modules and guiding you through the steps of building your very own web application.</p> <p>You will start by learning how to create reusable components with directives, experiencing an expressive way of developing software. Then we will move on to cover data handling, and you will learn how to use the various features of the AngularJS framework to accomplish any challenge related to presenting, transforming, and validating data on a user's interface.</p> <p>After that, we will explore the secrets of the dependency injection mechanism available in AngularJS, bringing reuse and testability to your application by decoupling the layers. The book will also cover the best practices of using the framework and how to automate the test and the project's workflow.</p>
Table of Contents (16 chapters)

Summary


In this chapter, we studied what exactly $scope and $rootScope are and how the two-way data binding mechanism works. Also, we went through some of the best practices about using the scope, and we discovered its broadcasting mechanism.

In the next chapter, we are going to understand how to break up our application into reusable modules.