Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2454)

Unified Diff: pkg/polymer/test/nested_binding_test.html

Issue 54603008: Revert "fix nested bindings" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/polymer/test/nested_binding_test.dart ('k') | pkg/polymer_expressions/lib/polymer_expressions.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « pkg/polymer/test/nested_binding_test.dart ('k') | pkg/polymer_expressions/lib/polymer_expressions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698