Converts string to uppercase.
angular.uppercase(string);
string – {string} –
String to be uppercased.
{string}
Uppercased string.