Book Image

AngularJS Web application development Cookbook

By : Matthew Frisbie
Book Image

AngularJS Web application development Cookbook

By: Matthew Frisbie

Overview of this book

Packed with easy-to-follow recipes, this practical guide will show you how to unleash the full might of the AngularJS framework. Skip straight to practical solutions and quick, functional answers to your problems without hand-holding or slogging through the basics. Avoid antipatterns and pitfalls, and squeeze the maximum amount out of the most powerful parts of the framework, from creating promise-driven applications to building an extensible event bus. Throughout, take advantage of a clear problem-solving approach that offers code samples and explanations of components you should be using in your production applications.
Table of Contents (17 chapters)
AngularJS Web Application Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. What's New in AngularJS 1.3

In this chapter, we will cover the following recipes:

  • Using HTML5 datetime input types

  • Combining watchers with $watchGroup

  • Sanity checking with ng-strict-di

  • Controlling model input with ngModelOptions

  • Incorporating $touched and $submitted states

  • Cleaning up form errors with ngMessages

  • Trimming your watch list with lazy binding

  • Creating and integrating custom form validators