If you’re like me, you’ve worked with Angular a lot or you are currently working with Angular and over time you have grown accustomed to its very …
Posts in AngularJS
So you’ve decided it’s time to join the future and port your existing Angular application to Aurelia. Your first port of call was probably the …
Update 28/1/2016: This post was about Angular 1, it was published well before Angular 2 was even near ready for beta release. A bit has changed since then, but …
As ES6 edges closer to evergreen browser support by the estimated mid–2015, many are wondering given the MASSIVE inevitable API breaking changes in Angular 2.0 …
One of the biggest bottlenecks in Angular 1.x is the $digest cycle. Essentially what the $digest cycle does is keeps track of two-way bindings, watchers and …
In AngularJS when it comes to communicating between controllers, one would naturally assume to reference another controller you can simply inject it into …
Chances are if you have been using AngularJS for a little while that you have come across $scope.$apply() at some point, whether it be your own code or someone …
The subject of global variables in most languages is enough to bring the most passionate code junkies out of the woodwork ready to debate and bite off your feet …
In the front-end framework race there are many contenders, but the one that stands out from most is AngularJS which is supported by Google. It simplifies the …
Recently the AngularJS team released a slideshow showcasing what we should expect when AngularJS 2.0 is released. It detailed that controllers, directives and …