Index: pkg/template_binding/lib/src/template.dart |
diff --git a/pkg/template_binding/lib/src/template.dart b/pkg/template_binding/lib/src/template.dart |
index 7554dc846cd5826a01fab80382da603f30bc94a9..2dc7ac5613075f119c77feec0344f2e923027764 100644 |
--- a/pkg/template_binding/lib/src/template.dart |
+++ b/pkg/template_binding/lib/src/template.dart |
@@ -184,7 +184,7 @@ class TemplateBindExtension extends NodeBindExtension { |
_refContent = null; |
_iterator._valueChanged(null); |
- _iterator._updateIteratedValue(null); |
+ _iterator._updateIteratedValue(this._iterator._getUpdatedValue()); |
} |
void clear() { |