You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/my-app.html(226,57) warning [invalid-polymer-expression] - Only simple syntax is supported in Polymer databinding expressions. BinaryExpression not expected here.
Because of naming conventions, I can't rename add-edit-jobs without giving me a headache.
BTW, I need this for this hack around app-route.
Note that {{pageSubRoute.add-edit-jobs}}is a valid expression for Polymer in data binding (that is, the add-edit-jobs key in this.pageSubRoute.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have this in
my-app.html
:But
polymer lint
tells me:Because of naming conventions, I can't rename
add-edit-jobs
without giving me a headache.BTW, I need this for this hack around
app-route
.Note that
{{pageSubRoute.add-edit-jobs}}
is a valid expression for Polymer in data binding (that is, theadd-edit-jobs
key inthis.pageSubRoute
.The text was updated successfully, but these errors were encountered: