Improve this Doc View Source angular.uppercase
- function in module ng
Converts the specified string to uppercase.
Usage
angular.uppercase(string);
Arguments
Param | Type | Details |
---|---|---|
string | string | String to be converted to uppercase. |
Returns
string |
Uppercased string. |
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.3.20/docs/api/ng/function/angular.uppercase