小写过滤器用于将字符串转换为小写字母。
句法:
{{expression|lowercase}}
示例1:
AngularJS - lowercase
Input:
Output:
{{string|lowercase}}
示例2:
AngularJS - lowercase
First Name:
Last Name:
Output:
{{firstName|lowercase}}
{{lastName|lowercase}}
输出: