Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Add note that this.$ only contains static IDs (not databound nodes). #562

Merged
merged 7 commits into from
Jul 31, 2014

Conversation

arthurevans
Copy link

Fixes #460. And possibly #477.

Arthur Evans added 3 commits July 29, 2014 12:48
Added mention of using querySelector from a known node
in the shadow to find other nodes.

<template>
<div id="container">
<template if="some_condition">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using bindings so it's clear: {{some_condition}}

@arthurevans
Copy link
Author

Thanks Addy! Fixed.

@addyosmani
Copy link
Member

Changes LGTM. Thanks @arthurevans!

addyosmani added a commit that referenced this pull request Jul 31, 2014
Add note that this.$ only contains static IDs (not databound nodes).
@addyosmani addyosmani merged commit 5bf4edb into Polymer:master Jul 31, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Automatic node finding" doc should tell that $ holds entries only for static elements
3 participants