Chromium Code Reviews| Index: pkg/polymer_expressions/lib/polymer_expressions.dart |
| diff --git a/pkg/polymer_expressions/lib/polymer_expressions.dart b/pkg/polymer_expressions/lib/polymer_expressions.dart |
| index dd7d7af922ff6993199749f82ea2cea972f62a2c..b273a4bcde1710de721a6402a356f5c7330f98c8 100644 |
| --- a/pkg/polymer_expressions/lib/polymer_expressions.dart |
| +++ b/pkg/polymer_expressions/lib/polymer_expressions.dart |
| @@ -2,6 +2,29 @@ |
| // 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. |
| +/** |
| + * A syntax used with polymer elements that |
|
justinfagnani
2013/09/10 00:49:20
capitalize "polymer"?
justinfagnani
2013/09/10 00:49:20
syntax -> binding delegate?
mem
2013/09/11 20:53:30
Done.
mem
2013/09/11 20:53:30
Done.
|
| + * allows for complex binding expressions, including |
| + * property access, function invocation, |
| + * list/map indexing, and two-way filtering. |
| + * |
| + * When you install polymer.dart, |
| + * polymer_expressions is automatically installed as well. |
| + * |
| + * Polymer expressions are part of the Polymer.dart project. |
| + * Refer to the |
| + * [Polymer.dart](http://www.dartlang.org/polymer-dart/) |
| + * home page for example code, project status, and |
| + * information about how to get started using Polymer.dart in your apps. |
| + * |
| + * ## Other resources |
| + * |
| + * The |
| + * [polymer expressions](http://pub.dartlang.org/packages/polymer_expressions) |
| + * pub repository contains detailed documentation about using polymer |
| + * expressions. |
| + */ |
| + |
| library polymer_expressions; |
| import 'dart:async'; |