View source Improve this doc

angular.lowercase
API in module ng

Description

Converts the specified string to lowercase.

Usage

angular.lowercase(string);

Parameters

ParamTypeDetails
stringstring

String to be converted to lowercase.

Returns

string

Lowercased string.