| Index: pkg/polymer/test/nested_binding_test.html
|
| diff --git a/pkg/polymer/test/nested_binding_test.html b/pkg/polymer/test/nested_binding_test.html
|
| deleted file mode 100644
|
| index bfc6a30956cefa5e8cd8589b92e9c170812701a3..0000000000000000000000000000000000000000
|
| --- a/pkg/polymer/test/nested_binding_test.html
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -<!doctype html>
|
| -<!--
|
| -Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| -for details. All rights reserved. Use of this source code is governed by a
|
| -BSD-style license that can be found in the LICENSE file.
|
| --->
|
| -<html>
|
| - <!--polymer-test: this comment is needed for test_suite.dart-->
|
| - <head>
|
| - <title>bind simple</title>
|
| - <script src="packages/unittest/test_controller.js"></script>
|
| - </head>
|
| - <body>
|
| - <polymer-element name="my-test">
|
| - <template>
|
| - <h2>Fruits</h2>
|
| - <ul id="fruit">
|
| - <template repeat="{{fruit in fruits}}">
|
| - <template if="{{ fruit.length <= 5 }}">
|
| - <li>Short name: [{{fruit}}]</li>
|
| - </template>
|
| - </template>
|
| - </ul>
|
| - </template>
|
| - </polymer-element>
|
| -
|
| - <my-test></my-test>
|
| -
|
| - <script type="application/dart" src="nested_binding_test.dart"></script>
|
| - </body>
|
| -</html>
|
|
|