Skip to content

Commit

Permalink
Added missing template tag and polyfill (#29)
Browse files Browse the repository at this point in the history
There was a missing pair of template tag inside custom-element-demo in order for the inline demo to work. I also added polyfill so the demo can work on non-native-polyfill browsers as well.
  • Loading branch information
Binh Bui authored and limonte committed Oct 24, 2017
1 parent 9a02918 commit b785f27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
<!--
```
<custom-element-demo>
<link rel="import" href="vaadin-dialog.html">
<next-code-block></next-code-block>
<template>
<script src="../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="vaadin-dialog.html">
<next-code-block></next-code-block>
</template>
</custom-element-demo>
```
-->
Expand Down

0 comments on commit b785f27

Please sign in to comment.