| Index: example/todomvc/web/editable_label.html
|
| diff --git a/example/todomvc/web/editable_label.html b/example/todomvc/web/editable_label.html
|
| index 7ba0a6c0bf76ab45c6ba741e46c139eb886e58a5..b0f98245f256d92ee5a90ddb14ba49ef55ece62e 100644
|
| --- a/example/todomvc/web/editable_label.html
|
| +++ b/example/todomvc/web/editable_label.html
|
| @@ -9,8 +9,7 @@ BSD-style license that can be found in the LICENSE file.
|
| <meta charset="utf-8">
|
| </head>
|
| <body>
|
| -<element name="editable-label" extends="div" attributes="value"
|
| - apply-author-styles>
|
| +<polymer-element name="editable-label" extends="div" attributes="value">
|
| <template>
|
| <template bind if="{{notEditing}}">
|
| <label class='edit-label' on-double-click="edit">{{value}}</label>
|
| @@ -24,6 +23,6 @@ BSD-style license that can be found in the LICENSE file.
|
| </template>
|
| </template>
|
| <script type="application/dart" src="editable_label.dart"></script>
|
| -</element>
|
| +</polymer-element>
|
| </body>
|
| </html>
|
|
|