The first question that comes to mind is why do we need a front-end framework like Angular.JS? jQuery has been a blessing to the front-end world with its rich features to manipulate the DOM (Document Object Model). Where it falls flat is the inability to organize the front-end logic into the different concerns viz. model, view and controller. This is where Angular shines and we will take an in depth look at it.
Nov 2014