Application Building Patterns with AngularJS

Pluralsight
Course Summary
In this production we build an application with AngularJS: rebuilding Congo (our MongoDB explorer that we built with BackboneJS for our Backbone series) - but this time we use AngularJS. The goal of this production is to move quickly beyond "fun demos" and into the weeds, encountering issues/solutions that you will have to face when working with Angular on a daily basis.
-
+
Course Description
Our focus is building an application. This means we're going to be less conceptual (as you might find with typical training approaches) and more pragmatic: what we need to know and do to get the job done. The code for this course is located at https://github.com/tekpub/congo.
-
+
Course Syllabus
Hello Angular- 15m 36s
—What is Angular? 3m 42s
—Dependency Injection and Inversion of Control 8m 47s
—Refactoring the Application for Real Data 2m 27s
—Summary 0m 40sServices- 16m 29s
—Introduction & Setting Up the API Service 2m 3s
—Angular Services 2m 6s
—Angular Modules 2m 23s
—Using $Resource in Angular 3m 42s
—Working with $Resource 3m 24s
—Some $Resource Strangeness 2m 27s
—Summary 0m 21sDirectives- 17m 7sRouting- 17m 18sDirectives, Part 2- 15m 35sRefactor: Part 1- 26m 51sIteration One: Complete- 20m 20sDevelopment, Testing, Building- 34m 22s