Polymer not removing deleted element
问题 Using the Polymer Stater Kit, I created two custom elements : flow-list.html (here is declared the flowElementArray ) flow-element.html (here is defined the delete function) In the app.js file, I also defined a addElement function. I can add elements to the flowElementArray , and they are displayed. BUT, when I remove elements from the flowElementArray , they are still displayed. Here is how I got the following result : App start (2 items pre-loaded) I delete one item (the item stays on the