googlearchive / polylint

Lint polymer!
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

Error with compound binding containing 2 property bindings #113

Open MeTaNoV opened 8 years ago

MeTaNoV commented 8 years ago

Hi, given the following declaration: <a data-route="game" href$="{{_gameBaseUrl}}/{{game.__firebaseKey__}}"> polylint detects a false error like this: Property '_gameBaseUrl}}/{{game' bound to attribute 'href$' not found in 'properties' for element 'bgo-game-item' I can take a look for a PR if needed. Cheers, Pascal

aendra-rininsland commented 8 years ago

This also happens outside of computed attributes, i.e., if you do something like:

<span>[[aBinding]]: Oh look, here's [[anotherBinding]]</span>

mvolkmann commented 8 years ago

Yeah, the issue is having more than one binding on the same line.