-
Notifications
You must be signed in to change notification settings - Fork 2k
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
template object keys #1062
Comments
Did the getKeys method that was mentioned in reply to your SO question not work for you? |
Yes, but still wondering if making a |
found a issue <template repeat="{{i in keys(obj)}}">
</template> wil not detect changes to obj |
This plunker shows two examples:
|
Ok I understand the example thanks, using observers is indeed to complex |
@pflannery Is there anyway to work this into a component to make it easier to use? |
Closing this issue due to age and the release of version 1 of Polymer - please feel free to re-open if this is incorrect. |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys
So I can solve this
http://stackoverflow.com/questions/27724788/polymer-template-repeat-field-names
The text was updated successfully, but these errors were encountered: