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

Illegal attribute value during context stack resolution #43

Closed
aluebs opened this issue Jul 17, 2012 · 3 comments
Closed

Illegal attribute value during context stack resolution #43

aluebs opened this issue Jul 17, 2012 · 3 comments
Assignees
Labels
Milestone

Comments

@aluebs
Copy link

aluebs commented Jul 17, 2012

Give:

{{#foo}}
  {{title}}
  {{#bar}}
    {{title}}
  {{/bar}}
{{/foo}}

with a json like that:

{
foo: {
    title: "fooTitle",
    bar: {
      title: null
    }
  }
}

I get:

fooTitle
fooTitle

when it should print it only once.

@ferlores
Copy link

+1!

@ghost ghost assigned jknack Jul 21, 2012
@jknack
Copy link
Owner

jknack commented Jul 22, 2012

@jknack
Copy link
Owner

jknack commented Jul 22, 2012

@jknack jknack closed this as completed Jul 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants