We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0c36e commit ad78e60Copy full SHA for ad78e60
examples/elastic-header/index.html
@@ -8,7 +8,7 @@
8
<script src="http://dynamicsjs.com/lib/dynamics.js"></script>
9
<link rel="stylesheet" href="style.css">
10
<!-- template for the component -->
11
- <template id="header-view-template" style="display:none">
+ <script type="x/template" id="header-view-template">
12
<div class="draggable-header-view"
13
@mousedown="startDrag" @touchstart="startDrag"
14
@mousemove="onDrag" @touchmove="onDrag"
@@ -23,7 +23,7 @@
23
<slot name="content"></slot>
24
</div>
25
26
- </template>
+ </script>
27
</head>
28
<body @touchmove.prevent>
29
0 commit comments