angular-bind-polymer icon indicating copy to clipboard operation
angular-bind-polymer copied to clipboard

Angular directive for *double* variable binding of Polymer attributes.

Results 2 angular-bind-polymer issues
Sort by recently updated
recently updated
newest added

Binding is not working when directive uses transcluding. For example ng-repeat or custom directive. Do you know the way how to solve this problem? Looks like observers don't exist any...

I have had no luck trying to bind complex objects. Does not work: ``` ``` where `boundModel` is a object with property name. Works: ``` ``` where `boundModel` is a...

needs-test-case