ejs icon indicating copy to clipboard operation
ejs copied to clipboard

How to use a several params filter?

Open marceloboeira opened this issue 11 years ago • 0 comments

I have a filter like:

ejs.myFilter = function(a,b,c,d,e,f) {};

How should I use ? Like this:

<%=: obj.a | myFilter: b,c,d,e,f  %>

marceloboeira avatar Sep 17 '14 17:09 marceloboeira