Controller中使用过滤器

app.controller('myCtrl',function($scope,$filter){     ...

    $filter('过滤器名称')(需要过滤的对象,参数1,参数2,...);

    ... });

$filter('currency')($scope.amount,'$USD'); 

posted @ 2015-01-09 14:07  流失的痕迹  阅读(394)  评论(0编辑  收藏  举报