You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}}
The text was updated successfully, but these errors were encountered:
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
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:
Actual output:
The text was updated successfully, but these errors were encountered: