调用方式如下:

app.filter('filter2', function( $filter ) {

    return function( input) {

        return $filter('filter1')( input );
    }

});

 

相关文章: