Polymer iron list with firebase collection/document -


is there way combine polymer firebase-collection iron-list?

i'm able show data firebase-collection, want use iron-list style elements...

<firebase-collection data="{{games}}"                   location="url"> </firebase-collection>  <template is="dom-repeat" items="{{games}}" as="game">     <div>       <span>{{game.home}}</span>       <span class="game_score">         <span>{{game.home_score}}</span> - <span>{{game.away_score}}</span>       </span>       <span>{{game.away}}</span>     </div>     </template> 


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -