We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: <template if="{{ record.row.piece">
<template if="{{ record.row.piece">
I make this kind of typo all the time. Polymer should help me with some debugging logs here.
The text was updated successfully, but these errors were encountered:
@ajklein This would probably have to happen all the way in NodeBind correct?
Sorry, something went wrong.
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).
@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).
googlearchive/TemplateBinding#172
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: