View source Improve this doc

angular.uppercase
API in module ng

Description

Converts the specified string to uppercase.

Usage

angular.uppercase(string);

Parameters

ParamTypeDetails
stringstring

String to be converted to uppercase.

Returns

string

Uppercased string.