ng.function

Function components in ng

Name Description
angular.forEach

Invokes the iterator function once for each item in obj collection, which can be either an object or an array. The iterator function is invoked with iterator(value, key, obj), where value is the value of an object property or an array element, key is the object property key or array element index and obj is the obj itself. Specifying a context for the function is optional.

angular.extend

Extends the destination object dst by copying own enumerable properties from the src object(s) to dst. You can specify m