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

[dev] template iterate doesn't work inside component #79

Closed
frankiefu opened this issue Mar 25, 2013 · 1 comment
Closed

[dev] template iterate doesn't work inside component #79

frankiefu opened this issue Mar 25, 2013 · 1 comment
Labels

Comments

@frankiefu
Copy link
Member

The following doesn't work:

<element name="x-foo">
  <template>
    <div>
      <template iterate="items">
        <div>item{{}}</div>
      </template>
    </div>
  </template>
  <script>
    Toolkit.register(this, {
      ready: function() {
        this.items = [1, 2, 3];
      }
    });
  </script>
</element>
@frankiefu
Copy link
Member Author

Fixed in 72c66c7

nevir pushed a commit to nevir/polymer that referenced this issue Oct 31, 2014
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

1 participant