Converts the specified string to uppercase.
angular.uppercase(string);
Param | Type | Details |
---|---|---|
string | string | String to be converted to uppercase. |
string |
Uppercased string. |
© 2010–2016 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.4.14/docs/api/ng/function/angular.uppercase