Ng polymer elements Support for multiple data bindings

I have a simple age-slider web component that accepts a name and age. Something like below.

<age-slider name="{{name}}" age="{{age}}"/>

So wanted to use this with Angular. With ng polymer elements, I could only bind one variable as shown below.

<age-slider ng-model="name" age="{{age}}"/>

Can two variables be linked with ng polymer elements?

+3
polymer


source to share


No one has answered this question yet

Check out similar questions:

494
What is the difference between Political Elements and AngularJS Directives?
nine
Polymer-Angular two-way data binding for wireframe components (core / paper elements)
7
How to Extend Multiple Elements with Polymer
7
Angular Polymer Data Binding
3
Combining polymeric elements and angular
3
Two-way data binding between polymer component and model?
3
Binding of these polymer elements
2
Polymer 3: How to Implement Two-Way Data Binding for Radio Input
2
Two-way data binding with Polymer-AngularJS
0
Data transfer to a polymer element without the use of polymer



All Articles
Loading...
X
Show
Funny
Dev
Pics