Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Support list.reversed in template repeats. #3

Open
DanielJoyce opened this issue Mar 12, 2015 · 0 comments
Open

Support list.reversed in template repeats. #3

DanielJoyce opened this issue Mar 12, 2015 · 0 comments

Comments

@DanielJoyce
Copy link

  <template repeat="{{item in someList.reversed}}">
    ...Stuff...
  </template>

doesn't do anything, whereas this works fine

  <template repeat="{{item in someList}}">
    ...Stuff...
  </template>

So apparently polymer exprssions doesn't support iterable, or reversing a list as far as I can see.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant