platosha / angular-polymer

Angular 2 support for Polymer elements
https://www.npmjs.com/package/angular-polymer
Apache License 2.0
220 stars 44 forks source link

Renderer does not work with direct attributes #141

Closed BorntraegerMarc closed 7 years ago

BorntraegerMarc commented 7 years ago

This does not work: <paper-avatar directAttr>

BorntraegerMarc commented 7 years ago

Can be also reproduces like this: Works not:

                        <paper-button
                                type="submit" raised>
                            Login
                        </paper-button>

But this works:

                        <paper-button
                                type="submit" raised="true">
                            Login
                        </paper-button>
BorntraegerMarc commented 7 years ago

Closed with https://github.com/platosha/angular-polymer/pull/142