摘要: AngularJS过滤器 过滤器可以使用一个管道符(|)添加到表达式和指令中。 AngularJS过滤器可用于转换数据: currency 格式化数字为货币格式 filter 从数组中选着应子集。 lowercase 格式化字符串为小写。 orderBy 根据某个表达式排列数组 uppercase 阅读全文
posted @ 2016-04-19 20:48 柠檬先生 阅读(931) 评论(0) 推荐(0) 编辑