Is this possible to have data binding inside an inline script tag? For 
example:

<script src="{{url}}"></script>


Polymer({
 is: "test-app",
 ready: function() {
    url = "http://google.com";
 }
});

Is that even possible?

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/f2cabca4-b064-4fad-b0dd-f749269fd6a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to