飞镖聚合物奇怪的错误

时间:2014-02-05 20:18:39

标签: dart dart-polymer dart-editor

我正在尝试创建简单的聚合物飞镖应用程序,但是飞镖编辑器给我一些奇怪的错误,如:

Unexpected end tag (head). Ignored.

definition for Polymer element with tag name "login-window" not found.

以下是该应用的简化版:git repo

它出了什么问题?

1 个答案:

答案 0 :(得分:3)

index.html的这一行中,您拼错了link。因此,解析器仍在查找结束</ling>标记。如果找不到,则忽略关闭</head>以防止不正确的标记嵌套。

<ling rel="import" href="web_compo/login_window.html">