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

Unable to databind to published title attribute on custom element #777

Closed
alancutter opened this issue Oct 1, 2014 · 1 comment
Closed

Comments

@alancutter
Copy link

If a custom element defines an attribute called "title" the templating system fails to databind to it.
Test case: http://jsfiddle.net/pbzg2ox8/3/

Tested on Chromium 40.0.2175.0 (Developer Build).

Expected output:

No title attribute
pony: hello
title: world

With title attribute
pony: hello
title: world

Actual output:

No title attribute
pony: hello
title: world

With title attribute
pony: hello
title: {{test.b}}
@alancutter alancutter changed the title Unable to databind to declared title attribute on custom element Unable to databind to published title attribute on custom element Oct 1, 2014
@ebidel
Copy link
Contributor

ebidel commented Oct 1, 2014

Dupe of #379. See also #123.

@ebidel ebidel closed this as completed Oct 1, 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

2 participants