Improve this Doc  View Source

lowercase

  1. - filter in module ng

Converts string to lowercase.

See the uppercase filter documentation for a functionally identical example.

Usage

In HTML Template Binding

{{ lowercase_expression | lowercase}}

In JavaScript

$filter('lowercase')()