Fix two-loaders example

This commit is contained in:
Jan Nicklas 2015-07-24 15:42:46 +02:00
parent dd3244de6f
commit 85c5ac0446
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<%- include(require('html!./partial.html'), {}); %>
<%= require('html!./partial.html') %>
</body>
</html>