| Index: pkg/template_binding/lib/src/node.dart
|
| diff --git a/pkg/template_binding/lib/src/node.dart b/pkg/template_binding/lib/src/node.dart
|
| index fe6f9e6c611db4ba0ba485d9572a4521ab3e83c3..97c6406d256f00c561bca456943b02ff41e3dfc4 100644
|
| --- a/pkg/template_binding/lib/src/node.dart
|
| +++ b/pkg/template_binding/lib/src/node.dart
|
| @@ -22,8 +22,8 @@ class NodeBindExtension {
|
| NodeBindExtension._(this._node);
|
|
|
| /**
|
| - * Binds the attribute [name] to the [path] of the [model].
|
| - * Path is a String of accessors such as `foo.bar.baz`.
|
| + * Binds the attribute [name] to [value]. [value] can be a simple value when
|
| + * [oneTime] is true, or a [Bindable] like [PathObserver].
|
| * Returns the [Bindable] instance.
|
| */
|
| Bindable bind(String name, value, {bool oneTime: false}) {
|
|
|