Skip to content
New issue

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

Interpreter should allow statements to be split into multiple lines #34

Closed
queiroz opened this issue Mar 15, 2018 · 2 comments
Closed
Assignees
Milestone

Comments

@queiroz
Copy link

queiroz commented Mar 15, 2018

e.g.

{{ elIf('<span class="helper-text" data-error="$self"></span>', getErrorFor('email'), hasErrorFor('email')) }}

@thetutlage
Copy link
Member

Currently it does not. You can use the @mustache tag for that.

@mustache
	elIf(
		'<span class="helper-text" data-error="$self"></span>',
		getErrorFor('email'),
		hasErrorFor('email')
	)
@endmustache

@thetutlage thetutlage added this to the 2.0 milestone May 23, 2018
@thetutlage thetutlage self-assigned this May 23, 2018
@thetutlage
Copy link
Member

Fixed in v3.0.0. It has breaking changes and will be out by end of the week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants