Data Binding with inline script tags

15 views
Skip to first unread message

Daveyon Mayne

unread,
Jul 12, 2015, 11:33:44 AM7/12/15
to polym...@googlegroups.com
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?
Reply all
Reply to author
Forward
0 new messages