angular.uppercase
API in module ng
Description
Converts the specified string to uppercase.
Usage
- angular.uppercase(string);
Parameters
| Param | Type | Details |
|---|---|---|
| string | string | String to be converted to uppercase. |
Returns
| string | Uppercased string. |
