When to use directives, controllers, or services in Angular JS
posted 08 Jun 2013
There appears to be some confusion as to the various moving parts of Angular JS and when to use them. Directives, Services and Controllers all provide some amazing functionality to angular apps, but each serve a very different purpose. Here I aim to clear up some of that confusion and provide examples as to when to use each concept. Read more