Angular => extend, copy & merge
Superheroic AngularJs comes with a set of utility functions which are not specific to angular and can be leveraged anywhere. In this post, we will discuss angular.copy()
, angular.extend()
& angular.merge()
. Before delving into these, we need to walk through two important…