| Index: dart/samples/third_party/todomvc/web/elements/td_input.html
|
| ===================================================================
|
| --- dart/samples/third_party/todomvc/web/elements/td_input.html (revision 37358)
|
| +++ dart/samples/third_party/todomvc/web/elements/td_input.html (working copy)
|
| @@ -1,3 +1,4 @@
|
| +<link rel="import" href="../packages/polymer/polymer.html">
|
| <polymer-element name="td-input" extends="input"
|
| on-keyup="{{keyupAction}}" on-keypress="{{keypressAction}}">
|
| <script type="application/dart" src="td_input.dart"></script>
|
|
|