Angular 1.5 component, $onInit and one way bindings
One of the most difficult to grasp things with angular has been directives. There are couple of problems with them: It’s uncommon name from other frameworks and therefore difficult to wrap your head around Syntax has many switches that depend on your angular version Lifecycle is complex with all the compile, link, controller hooks, leaving you wondering what […]