在controller中写currency过滤器是
$filter('currency')(12233243)
那如果要实现下面这个过滤器该怎么写呢?
<tr ng-repeat="product in products|filter:{brand: brandName}">
Copyright 2014-2025 //m.sbmmt.com/ All Rights Reserved | php.cn | 湘ICP备2023035733号
我已经找到了。