Skip to content

Commit

Permalink
Merge pull request #51 from /issues/50-drop-content
Browse files Browse the repository at this point in the history
Drop support for content legacy attribute,
  • Loading branch information
tomalec committed Feb 23, 2018
2 parents f05ef56 + e9f9aad commit 346b13a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 355 deletions.
2 changes: 1 addition & 1 deletion examples/polymer_partial.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1><code>imported-template</code> within Polymer's <code>dom-bind</code></h1>
<p>So, you can access, and edit same object properties from outside: <input value="{{model.data.content::input}}" /></p>
<p>See console for more details.</p>
<pre><code>&lt;imported-template
content$="{{model.path}}"
href="{{model.path}}"
model="{{model.data}}"
&gt;&lt;/imported-template&gt;</code></pre>
<hr />
Expand Down
76 changes: 0 additions & 76 deletions test/content-legacy/deprecation-warning.html

This file was deleted.

85 changes: 0 additions & 85 deletions test/content-legacy/inline.html

This file was deleted.

114 changes: 0 additions & 114 deletions test/content-legacy/no-content.html

This file was deleted.

75 changes: 0 additions & 75 deletions test/content-legacy/skipping.html

This file was deleted.

4 changes: 0 additions & 4 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
'inline.html',
'no-content.html',
'skipping.html',
'content-legacy/deprecation-warning.html',
'content-legacy/inline.html',
'content-legacy/no-content.html',
'content-legacy/skipping.html',
// specific imported=tempaltefeatures
// scoping
'scopes/stamp-in-order.html',
Expand Down

0 comments on commit 346b13a

Please sign in to comment.