@@ -50,7 +50,7 @@ an element name with a class, so you can add properties and methods to your cust
50
50
element. The custom element's name ** must start with an ASCII letter and
51
51
contain a dash (-)** .
52
52
53
- <demo-tabs selected =" 0 " name =" qt-1-register " src =" http ://plnkr.co/edit/Q4E8zO ?p=preview" >
53
+ <demo-tabs selected =" 0 " name =" qt-1-register " src =" https ://plnkr.co/edit/uiJ8nA ?p=preview" >
54
54
<paper-tab slot =" tabs " >custom-element.html</paper-tab >
55
55
<div >
56
56
@@ -94,7 +94,7 @@ You can use the `ready` callback for one-time initialization work after the elem
94
94
Many elements include some internal DOM nodes to implement the element's UI and behavior.
95
95
You can use Polymer's DOM templating to create a shadow DOM tree for your element.
96
96
97
- <demo-tabs selected =" 0 " name =" qt-2-shadow-dom " src =" http://plnkr.co/edit/buPxSJ ?p=preview " >
97
+ <demo-tabs selected =" 0 " name =" qt-2-shadow-dom " src =" http://plnkr.co/edit/GBt0dZn1WeS2lpBK6b8q ?p=preview " >
98
98
<paper-tab slot =" tabs " >dom-element.html</paper-tab >
99
99
<div >
100
100
@@ -129,7 +129,7 @@ so they render as if they were inserted into the shadow DOM tree.
129
129
This example creates a simple tag that decorates an image by wrapping it
130
130
with a styled ` <div> ` tag.
131
131
132
- <demo-tabs selected =" 0 " name =" qt-3-compose " src =" http://plnkr.co/edit/KvBnmE ?p=preview " >
132
+ <demo-tabs selected =" 0 " name =" qt-3-compose " src =" http://plnkr.co/edit/VZ5Gfk ?p=preview " >
133
133
<paper-tab slot =" tabs " >picture-frame.html</paper-tab >
134
134
<div >
135
135
@@ -169,7 +169,7 @@ Data binding is a great way to quickly propagate changes in your element and red
169
169
You can bind properties in your component using the "double-mustache" syntax (` {%raw%}{{}}{%endraw%} ` ).
170
170
The ` {%raw%}{{}}{%endraw%} ` is replaced by the value of the property referenced between the brackets.
171
171
172
- <demo-tabs selected =" 0 " name =" qt-4-data-binding " src =" http://plnkr.co/edit/8mZK8S ?p=preview " >
172
+ <demo-tabs selected =" 0 " name =" qt-4-data-binding " src =" http://plnkr.co/edit/c8kQ7DdDMtU8yj7pMl7Z ?p=preview " >
173
173
<paper-tab slot =" tabs " >name-tag.html</paper-tab >
174
174
<div >
175
175
@@ -207,7 +207,7 @@ values, configuring properties from markup, observing property changes, and more
207
207
The following example declares the ` owner ` property from the last example.
208
208
It also shows configuring the owner property from markup in ` index.html ` .
209
209
210
- <demo-tabs selected =" 0 " name =" qt-5-declare-property " src =" http://plnkr.co/edit/3Nz8GL ?p=preview " >
210
+ <demo-tabs selected =" 0 " name =" qt-5-declare-property " src =" http://plnkr.co/edit/sxfvyCPbTMVFdXSEWfte ?p=preview " >
211
211
<paper-tab slot =" tabs " >configurable-name-tag.html</paper-tab >
212
212
<div >
213
213
@@ -242,7 +242,7 @@ can optionally support two-way binding, using curly braces (`property-name="{{bi
242
242
This example uses two-way binding: binding the value of a custom input element (` iron-input ` )
243
243
to the element's ` owner ` property, so it's updated as the user types.
244
244
245
- <demo-tabs selected =" 0 " name =" qt-6-bind-property " src =" http://plnkr.co/edit/03HGzn98uIN5I1WgkDwu ?p=preview " >
245
+ <demo-tabs selected =" 0 " name =" qt-6-bind-property " src =" http://plnkr.co/edit/elrWeyQl9webeewXlrR6 ?p=preview " >
246
246
<paper-tab slot =" tabs " >editable-name-tag.html</paper-tab >
247
247
<div >
248
248
@@ -273,7 +273,7 @@ data binding and input validation.
273
273
274
274
The template repeater (` dom-repeat ` ) is a specialized template that binds to an array. It creates one instance of the template's contents for each item in the array.
275
275
276
- <demo-tabs selected =" 0 " name =" qt-7-dom-repeat " src =" http ://plnkr.co/edit/FdgkAtcLFHX5TpTsYtZn ?p=preview" >
276
+ <demo-tabs selected =" 0 " name =" qt-7-dom-repeat " src =" https ://plnkr.co/edit/oPNQvzyxLZzPSrUhcOwP ?p=preview" >
277
277
<paper-tab slot =" tabs " >employee-list.html</paper-tab >
278
278
<div >
279
279
0 commit comments