angular.js - Questions about angular filters?
给我你的怀抱
给我你的怀抱 2017-05-15 16:58:23
0
1
614

How to get the data filtered by angular filter

给我你的怀抱
给我你的怀抱

reply all(1)
给我你的怀抱

Get it in the module

angular.module('tset', ['$filter', function($filter){
    var a = 10;
    var b = $filter('currency')(a, '¥');
}])
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template