You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tam4s the solution from stack overflow will not observe the object changes so any change you make to the object after binding will not be reflected in dom-repeat.
The need for this feature has been expressed numerous times here, here, here and ultimately, the issue was moved here by @kevinpschaaf to be implemented in 1.0.
Currently it's very clumsy to iterate over JavaScript Objects:
http://stackoverflow.com/questions/30781500/how-can-i-iterate-over-a-js-objects-key-values-in-polymer-1-0
It should be as simple as
The text was updated successfully, but these errors were encountered: