When comparing AngularJS by Example vs The Best Way to Master Angular JS, the Slant community recommends AngularJS by Example for most people. In the question“What are the best resources to learn AngularJS?” AngularJS by Example is ranked 11th while The Best Way to Master Angular JS is ranked 24th. The most important reason people chose AngularJS by Example is:
The author anticipates many of the common errors you may encounter while working through the practice examples. He explains why they happen, and how to prevent them.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Anticipates and explains errors
The author anticipates many of the common errors you may encounter while working through the practice examples. He explains why they happen, and how to prevent them.
Pro Real world projects
The book incrementally develops more than one real world angular apps with detailed explanation of Angularjs concepts. Companion source code also works just fine with angular v 1.3
Pro Easy to follow
The progression is a slow pace that makes it easy for a beginner to follow.
Pro Gain hands on experience
These tutorials take you through building a task tracker app.
Cons
Con "Handling Common Scenarios" chapter could be more in-depth
The chapter explains a few common scenarios and how to deal with them using best practices.
However it's a bit light for a fairly important chapter and only touches on things like authentication and authorization.
Con Fairly introductory
This resource is a good introduction to AngularJS, but not enough to give you a good overview of everything Angular can do.
For example, directives are not taught.