Angularjs Examples

AJS Examples


AngularJS LowerCase Function

Sometimes you may require to compare two string or variable value with constant string. It is always recomended that before comparing string, its case should be same. AngularJS provides built in angular.lowerCase() function to convert case of a given text or string, which makes easy to compare two string.

It might be also possible that there are requirment to display text in lower case. In order to compair two string or display text in lower case AngularJS provides built in lowercase function which makes easy to compare two string you to .

Syntax

AngularJS LowerCase Function Example

See Live Example