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
{{#js_if "[email protected]}} вызывает ошибки в консоли, если test - это массив или объект, хотя {{#if @root.test}} работает без ошибок.
{{#js_if "[email protected]}}
{{#if @root.test}}
{{#js_if "[email protected](this.id)"}} и {{#if @root.hasSomething(id)}}
{{#js_if "[email protected](this.id)"}}
{{#if @root.hasSomething(id)}}
The text was updated successfully, but these errors were encountered:
Fix errors in js_if check with array and obj
9a02d73
Ref #61
No branches or pull requests
{{#js_if "[email protected]}}
вызывает ошибки в консоли, если test - это массив или объект, хотя{{#if @root.test}}
работает без ошибок.{{#js_if "[email protected](this.id)"}}
и{{#if @root.hasSomething(id)}}
The text was updated successfully, but these errors were encountered: