Search This Blog

Thursday, July 24, 2014

Polymer Expressions in Iterables

Polymer element allow you to iterate over a list that is filtered by a Polyer Expression - {{item in list | filterList}}.
For the Codlab project.
Iterating on a filtered list is handy, but does not allow me to eliminate the filteredCodelabs because I need the ability to dynamically change the filter.

No comments:

Post a Comment