We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried passing:
{{ property|replace '-' ' ' }}
and the second argument appeared as ', ' instead of ' '
', '
' '
The text was updated successfully, but these errors were encountered:
What's the code of the filter you were using? I have almost the same filter in my application and it seems to be working as-expected
Sorry, something went wrong.
Test showing bug from issue #69
18831cd
Issue with filter arguments
@kadamwhite #74
The bug is the result of: https://github.com/tbranyen/combyne/blob/master/lib/tree.js#L376-L377
We just need smarter parsing of the arguments. I think the tokenizer is fine, I think the stack is fine, it's just the tree building that is busted.
7f559ba
No branches or pull requests
I tried passing:
and the second argument appeared as
', '
instead of' '
The text was updated successfully, but these errors were encountered: