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
The following sample code would generate exception: Uncaught TypeError: Cannot call method 'getValueFrom' of undefined observe.js:70
<polymer-element name="x-a" attributes="foo" noscript> </polymer-element> <polymer-element name="x-b"> <template> <x-a foo="{{bar}} {{zot}}"></x-a> </template> <script> Polymer('x-b', { bar: 'hello', zot: 'world' }); </script> </polymer-element> <x-b></x-b>
This used to work before. It used to treat this as a 1 way binding.
The text was updated successfully, but these errors were encountered:
Fixed: googlearchive/observe-js@f4ccab1
Sorry, something went wrong.
No branches or pull requests
The following sample code would generate exception:
Uncaught TypeError: Cannot call method 'getValueFrom' of undefined observe.js:70
This used to work before. It used to treat this as a 1 way binding.
The text was updated successfully, but these errors were encountered: