-
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
using AngularJS with paper elements #1649
Comments
Whether you can use Angular's two-way data-binding with a Polymer element is a question for the Angular team. Polymer 1.0 has a well-defined event model to notify other frameworks of data-changes, but whether this is supported for data-binding is up to the host framework. |
Thanks for the reply. Actually I have tried AngularJS with Polymer 0.5.5 but it doesn't support 2-way data binding. Like you said now that:
Then I will definitely give it a test with AngularJS now. |
Just tested version 1.0 of |
I checked the source code of
This makes up my day! :) |
Glad you got it working! I'm going to go ahead and close this issue. Send us a tweet if you make something cool with it! |
Do you have a clue how I can use this with |
@jonnitto I have switched to Angular own Polymer like library |
The example above works, except if the value is populated when the view is initially rendered.
The label and input are overlapping. The container has the |
I have seen today on element catalog page located at https://elements.polymer-project.org/guides/using-elements#introduction
Thus it also means we can use AngularJS with
paper elements
and can also use it's two-way data binding? I am asking this because theangular material
library is not that good as compared topaper elements
.The text was updated successfully, but these errors were encountered: