Polymer: How to loop and render HTML to screen
问题 I am working on a widget that pulls third party information from a database using json. Once the information has been collected, I plan to loop through the information and create the required HTML code and insert this into the template via a {{variable}} Now I am getting an unexpected result. When I do this, the html is being displayed as text. Here is some sudo code of the issue: <polymer-element name="loop-element"> <template> {{customerList}} </template> <script> Polymer('loop-element', {