dart-archive / polymer-dart

Polymer support for Dart
https://pub.dartlang.org/packages/polymer
BSD 3-Clause "New" or "Revised" License
181 stars 33 forks source link

Syntax error in wiki-example in "feature-overview" #642

Closed flash1293 closed 8 years ago

flash1293 commented 8 years ago

The first dart-example on https://github.com/dart-lang/polymer-dart/wiki/feature-overview (element_name.dart) has a syntax-error in the first line: @HtmlImport('element_name.html'); should be @HtmlImport('element_name.html'), at least according to the dartlang-extension in atom and the dart2js-compiler (version 1.12.2)

jakemac53 commented 8 years ago

thanks