Angular / Directives / ES6 AngularJS Dependency Injection with ES6 ES6 might be confusing at first – especially when using angular 1.X, which is still ES5. One obstacle is injecting services into directives. It doesn’t work as one might think. …