Improve this Doc  View Source

angular.uppercase

  1. - function in module ng
Deprecated: (since 1.5.0) (to be removed in 1.7.0)

Use String.prototype.toUpperCase instead.

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.