I saw an example in the docs using the ref attribute of template. I want to
do the same thing using custom elements.

I know this syntax won't work but it should convey the general idea of what
I am trying to do:

<{{node.nodeType }} node={{node}}>

In my old GWT app I had a strategy function for this purpose:

NodeRenderer r = determineNodeRenderer(node.nodeType )
r.render(node)

How would I achieve similar using polymer?

Thanks

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/CABWYFPeU1xNA7Fn1p94vvFbmb%3DHmvOGCQrMXJW1N1ZnqjzK_rw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to