| Index: pkg/template_binding/pubspec.yaml
|
| diff --git a/pkg/template_binding/pubspec.yaml b/pkg/template_binding/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..990dc422fca33b61dad5b483c41d3250f862a96a
|
| --- /dev/null
|
| +++ b/pkg/template_binding/pubspec.yaml
|
| @@ -0,0 +1,11 @@
|
| +name: template_binding
|
| +author: Polymer.dart Team <web-ui-dev@dartlang.org>
|
| +description: >
|
| + Extends the capabilities of the HTML Template Element by enabling it to
|
| + create, manage, and remove instances of content bound to data defined in Dart.
|
| +homepage: https://www.dartlang.org/polymer-dart/
|
| +dependencies:
|
| + logging: any
|
| + observe: any
|
| +dev_dependencies:
|
| + unittest: any
|
|
|