Angular Polymer data-binding

前端 未结 5 1357
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-15 12:35

I want to make two way data binding between Polymer and Angular, for this I am using Angu-poly library.

Here is a link to an example which is working, while passing

5条回答
  •  别那么骄傲
    2020-12-15 13:20

    I think it is because of some kind of reference.

    How should I explain, just like you work with object in scope in data binding. when you update the object to a new object, the UI will not update with new object values.

提交回复
热议问题