Polymer 1.0: Using template dom-repeat inside paper-menu elements to display iron-pages on selection
问题 Using Polymer 1.0, I have created a paper-drawer-panel layout. In the drawer I have a menu using paper-menu with paper-items which are bound to the iron-pages. I took this example from Content Switcheroo with Core-Pages -- Polycasts #09 and converted it to use the Polymer 1.0 elements. In the code below you can see my commented section in which the paper-items are hard-coded. This works fine. My next step was to try and build my menu dynamically by using the <template is="dom-repeat"> element