Converts the Specified String to Lowercase in AngularJS

Angular function lowercase used to converts the specified string to lowercase.
 
Syntax:

angular.lowercase(string);
 
Example:

var data = angular.lowercase('JIGnesh');
 
Output:

jignesh