This book is a recopilation of recipes that I wrote to help others with their journey with Angular.JS.
Everyday we get a lot of questions at #angularjs (Freenode) and I think that having a place with all those questions resolved is pretty awesome.
The book is divided in several topics where we find a bunch of problems with a proposed solution. Since unit tests are essential to develop correctly we are going to take advantage of the easiness of angular.js testing and add tests in every recipe of the book.
All the recipes are jQuery free (with the exception of directives tests, where jQuery becomes really handy) and they come with explanations of how they work.
The book is divided in several sections, like:
- Directives
- Services
- Filters
- User interface
- Forms and inputs
That is not all :)
My goal is to update the book during the next months with all the recipes I find useful (feel free to make suggestions!).
The book is specially intended for beginners that comes to Angular.JS that don't know how to implement a typical recipe they know from other frameworks.
I will update the book from time to time with new recipes and some grammar corrections from my editor.
Thank you! If you have questions about the book feel free to ping me at #angularjs (Freenode) under the nick of Foxandxss.