Hi

I started lerning polymer, and I wrote first example app.

index.html
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" 
src="bower_components/webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="http://localhost:8000/elements/hello-world.html"; />
</head>
<body>
<hello-world></hello-world>
</body>
</html>

elements/hello-world.html
<link rel="import" 
href="http://localhost:8000/bower_components/polymer/polymer.html"; />

<polymer-element name="hello-world" noscript>
<template>
<h1>Hello World</h1>
</template>
</polymer-element>

Console show problem:
webcomponents.js:1  Uncaught SyntaxError: Unexpected token <

I don't know where is problem.

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/2801c0c9-3d74-4fc9-820d-3faf6c71f840%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to