ng.function

Function components in ng

Name Description
angular.lowercase

Converts the specified string to lowercase.

angular.uppercase

Converts the specified string to uppercase.

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. S