AngularJS-03 过滤器
Posted youguess
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AngularJS-03 过滤器相关的知识,希望对你有一定的参考价值。
过滤器
可以对输入的值按照指定的方案进行处理后再输出的函数。
1.货比过滤器currency:{{ currency_expression | currency : symbol}}
2.日期过滤器:date格式化date到字符串,基于format的要求。
{{ date_expression | date : format}}
3.数字过滤器:number,格式化数字
4.大小写:lowercase,uppercase
5.limitTo
以上是关于AngularJS-03 过滤器的主要内容,如果未能解决你的问题,请参考以下文章