Implement formatter argument support.
This uses simple language parsing instead of eval, so you can pass arguments like data-text="obj.date | date iso" or data-text="obj.date | date('iso')" if you prefer. all arguments are alphanumerically separated and are always passed in as strings.
Showing
3 changed files
with
26 additions
and
7 deletions
-
Please register or sign in to post a comment