Converts the Specified String to Uppercase in AngularJS

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

angular.uppercase(string);
 
Example:

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

JIGNESH