What this book covers
Chapter 1, Introduction to AngularJS, will teach you the absolute basics of building an AngularJS app.
Chapter 2, Getting Ready for PhoneGap, will cover the PhoneGap command-line interface. By end of this chapter, you will have learned that the command-line interface is one of the best things about PhoneGap 3.x. The example you coded in Chapter 1, Introduction to AngularJS, will be put to use in this chapter.
Chapter 3, From a Simple To-do List to an Advanced To-do List, will cover some of the slightly more advanced concepts of AngularJS, such as code organization, making RESTful calls, and more. This advanced app will then be converted to a PhoneGap app.
Chapter 4, Adding Authentication Capabilities Using PhoneGap Plugins, will add Facebook authentication capabilities via PhoneGap plugins. Once again, you will see how we can add the Facebook plugin using the command-line interface.
Chapter 5, Sprucing Up the App Using Animations and Mobile Design, will cover a slightly more advanced AngularJS topic: animations.
Chapter 6, Getting Ready to Launch, will teach you how to launch the app, both in Android and iOS devices.
Appendix, References, has a list of references that you should find useful.