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

Unified Diff: pkg/polymer_expressions/README.md

Issue 23453034: Added library-level comments for polymer and polymer_expressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: incorporated feedback + editing READMEs and changed homepage in pubspec.yaml Created 7 years, 3 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
Index: pkg/polymer_expressions/README.md
diff --git a/pkg/polymer_expressions/README.md b/pkg/polymer_expressions/README.md
index 5a7e9b29cbd40e4c163ca5027f93096466c01996..f01b17ce2e6fe10878f70beee57363a2b4393e00 100644
--- a/pkg/polymer_expressions/README.md
+++ b/pkg/polymer_expressions/README.md
@@ -1,8 +1,24 @@
polymer_expressions
===================
-Polymer Expressions are an expressive syntax that can be used in templates in
-Dart. Polymer Expressions allow you to write complex binding expressions, with
+
+Polymer expressions are an expressive syntax that can be used in templates in
+Dart.
+
+Templates are one feature of Polymer.dart—a set of comprehensive UI
+and utility components for building web applications.
+This package is automatically included with the
+[polymer](https://pub.dartlang.org/packages/polymer) package
+because polymer expressions are often used in polymer Dart apps.
+The [Polymer.dart home page][home_page]
+contains a list of features, project status,
+installation instructions, instructions for upgrading from Web UI,
+and links to other documentation.
+
+
+## Overview
+
+Polymer Expressions allow you to write complex binding expressions, with
property access, function invocation, list/map indexing, and two-way filtering
like:
@@ -10,8 +26,6 @@ like:
{{ person.title + " " + person.getFullName() | upppercase }}
```
-## Overview
-
### Model-Driven Views (MDV)
[MDV][mdv] allows you to define templates directly in HTML that are rendered by the
browser into the DOM. Templates are bound to a data model, and changes to the

Powered by Google App Engine
This is Rietveld 408576698