摘要: 一.AngularJs内置过滤器1.currency:将一个数值格式化为货币格式.1 {{12.9|currency}}2 3 {{12.9|currency:"@"}}结果:$12.90@12.902.date.1 {{today|date:"medium"}}2 {{t... 阅读全文
posted @ 2015-08-13 22:30 思思博士 阅读(273) 评论(0) 推荐(0)