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

polymer attributes should console.warn if unpaired {{ or }} is found #619

Closed
eseidel opened this issue Jul 9, 2014 · 3 comments
Closed

Comments

@eseidel
Copy link

eseidel commented Jul 9, 2014

polymer attributes should console.warn if unpaired {{ or }} is found

Example:
<template if="{{ record.row.piece">

I make this kind of typo all the time. Polymer should help me with some debugging logs here.

@dfreedm
Copy link
Member

dfreedm commented Jul 9, 2014

@ajklein This would probably have to happen all the way in NodeBind correct?

@arthurevans
Copy link

I think it's actually in template binding. Like here:

https://github.com/Polymer/TemplateBinding/blob/master/src/TemplateBinding.js#L652

On Wed, Jul 9, 2014 at 4:15 PM, Daniel Freedman [email protected]
wrote:

@ajklein https://github.com/ajklein This would probably have to happen
all the way in NodeBind correct?


Reply to this email directly or view it on GitHub
#619 (comment).

@arv
Copy link
Contributor

arv commented Jul 10, 2014

@arv arv closed this as completed Jul 10, 2014
@arv arv added the duplicate label Jul 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants