Hello everybody,
today I want to write short notice about another useful feature of AngularJS particularly about extend function.
So, according to comment in angular.js file function extend does the following:
/**
* Extends the destination object `dst` by...