Practical AngularJS

Posted on | 136 words | ~1 min

This series focuses on building applications with AngularJS. It assumes no prior knowledge.

Part 1 – Introducing AngularJS

What is AngularJS? What’s it for and when should we use it? We look into the basics of AngularJS – controllers, models and scopes, as well as how to use common directives like ng-model and ng-repeat. We see how client side logic is improved with AngularJS and how we can handle unit testing.

Part 2 – Components of an AngularJS Application

We take a look into what is in the AngularJS developers toolkit- filters, controllers, services, directives and routing.

Community