How is the use of javascript promises supposed to be different from the use of mere callback functions? Promises (promise objects) are sometimes called “thenables” because one of their primary …
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. …