templating: is not rendering in IE11
I have a view that looks like
<template repeat.for="item of collection">
<!-- some stuff -->
</template>
Here’s the actual template.
In Chrome (and Safari) this is render as expected, however it does not render correctly in IE11.
Instead, it renders the template
once, even if the collection is empty.
Here’s a live example, please compare this in Chrome with it in IE11.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 15 (7 by maintainers)
I guess, however I do prefer the “repeater on the tbody tag” solution which is proposed in that other thread - just didn’t think it was valid html with multiple tbody tags within one table. It works just fine in ie, edge too though 😃