-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Publish a property by listing it in the attributes
fails
#482
Comments
I just test the same example with polymer 0.2.2 and work as expected, but fails with 0.2.3. Maybe it is a breaking change that I'm missing? |
Can you look at the |
ok, installing with |
if I manually install platform.js 0.2.3 it solve the problem. However this is the bower.json for polymer when i install it with bower:
|
cc @azakus It looks like the old version made it into the In the short term I would recommend installing Polymer this way:
|
|
Closing. Looks like the tag was updated. |
Publish a property by listing it in the
attributes
failsPublish properties by listing it in the
attributes
in a<polymer-element>
currently throwsTypeError: undefined is not a function
. I'm using polymer 0.2.3 in chrome 34 under Ubuntu 13. Also fails in firefox 28. The following example taken from official documentation fails:The text was updated successfully, but these errors were encountered: