| Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.html
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.html b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.html
|
| index 53ce8dcc5bcfe6b06f8549db504f9a97f6f035f8..2d6c751e4184471c4968be3cb30941dcde67a659 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.html
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/generator/webui/clickcounter.html
|
| @@ -12,7 +12,7 @@
|
| }
|
| </style>
|
| <div>
|
| - <button on-click="increment">Click me</button><br>
|
| + <button on-click="{{increment}}">Click me</button><br>
|
| <span>(click count: {{count}})</span>
|
| </div>
|
| </template>
|
|
|