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 …
AngularJS
Migrating AngularJS Directives To Aurelia – Part I: Custom Elements
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 Death of AngularJS
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 …
Is It Still Worth Learning Angular 1.x?
As ES6 edges closer to evergreen browser support by the estimated mid–2015, many are wondering given the MASSIVE inevitable API …
Increasing AngularJS Performance By Debouncing Your ng-model Updates
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 …
AngularJS: How To Call A Controller From Another Controller
In AngularJS when it comes to communicating between controllers, one would naturally assume to reference another controller you can simply …
AngularJS: What’s The Deal With $scope.$apply, Yo?
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 …
Constants & Values: Global Variables In AngularJS… The Right Way
The subject of global variables in most languages is enough to bring the most passionate code junkies out of the woodwork ready to debate …
When To Use AngularJS And When You Should Use ReactJS
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. …