Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle [null] in template-repeat #21354

Closed
sigmundch opened this issue Oct 17, 2014 · 1 comment
Closed

handle [null] in template-repeat #21354

sigmundch opened this issue Oct 17, 2014 · 1 comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-duplicate Closed in favor of an existing report

Comments

@sigmundch
Copy link
Member

This seems to be allowed in JS:

<template repeat="{{[null]}}">
{{id}}
</template>

The repeat will not render the null entry, but in Dart we seem to do so.

@jmesserly
Copy link

this should go away when we fix https://code.google.com/p/dart/issues/detail?id=18893


Added Duplicate label.
Marked as being merged into #18893.

@sigmundch sigmundch added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-duplicate Closed in favor of an existing report labels Feb 4, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. closed-duplicate Closed in favor of an existing report
Projects
None yet
Development

No branches or pull requests

2 participants