-
Notifications
You must be signed in to change notification settings - Fork 421
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
Inverse ^if doesn't work correctly with an else #751
Comments
Yeah, I noticed this when implementing stash. Sent from my iPhone
|
Problem is it generates 2 {inverse: function(scope, options) {
var ___v1ew = [];
___v1ew.push(
"<div>Not showing</div>");
return ___v1ew.join("");
}},
{inverse: function(scope, options) {
var ___v1ew = [];
___v1ew.push(
"<div>Is showing</div>");
return ___v1ew.join("");
}} |
The inverse if is not documented so I'm not sure if this is really a bug but here is a fiddle.
Problems in the fiddle:
inverse
section.VOTE HERE: http://bithub.com/event/30947
The text was updated successfully, but these errors were encountered: