1
我試圖使用pub pacakage管理器啓動Dart Polymer項目。我使用Eric Bidelman的scaffolding page example作爲例子,因爲它非常符合我的需求。 。雖然我已經加入了模板不是自動綁定的
<link rel="import" href="../packages/polymer/polymer.html">
它仍然會引發以下錯誤的是模板元素=「自動綁定」 -attribute:
custom element with name "auto-binding" not found. See http://goo.gl/5HPeuP#polymer_11 for details.
任何人都可以點我在正確的因爲據我在自動綁定屬性的documentation中可以看到聚合物.html導入足以讓is-attribute起作用
工作!謝謝! – Dani 2014-11-03 21:45:56