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
example:
:each question in questions
Browser reports: missing ) after argument list
And the following is logged to the console
with (locals || {}) { try { var _$output = (function () { var __result__ = [], __key__, question; for (__key__ in questions) { if (questions.hasOwnProperty(__key__)) { question = questions[__key__]; __result__.push(""; var temp = 'hello'; _$output = _$output ) ; } } return __result__.join(""); }).call(this); return _$output; } catch (e) { return "\n<pre class='error'>" + html_escape(e.stack) + "</pre>\n"; } }
The text was updated successfully, but these errors were encountered:
Issue creationix#55. Fixed inline JavaScript under :each break
8c50210
349ede1
The issue has been fixed. 349ede1
See the unit-test js_after_each.haml for further information.
Sorry, something went wrong.
No branches or pull requests
example:
:each question in questions
Browser reports: missing ) after argument list
And the following is logged to the console
The text was updated successfully, but these errors were encountered: