Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Filters bind incorrectly in template with anonymous repeat #61

Open
MelHarbour opened this issue Feb 20, 2015 · 0 comments
Open

Filters bind incorrectly in template with anonymous repeat #61

MelHarbour opened this issue Feb 20, 2015 · 0 comments

Comments

@MelHarbour
Copy link

If I try and bind something like this:

<template repeat="{{myItems}}">
    {{ property | myCustomFilter }}
</template>

The filter doesn't run correctly.

However, if I change the HTML to be:

<template repeate="{{item in myItems}}">
    {{ item.property | myCustomFilter }}
</template>

The filter runs correctly. I think it should run in both cases.

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

No branches or pull requests

1 participant