I am trying to create simple polymer dart application but dart editor gives me some strange errors like:
Unexpected end tag (head). Ignored.
definition for Polymer element with tag name "login-window" not found.
Here is the simplified version of that app: git repo
What's wrong with it?