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

Unified Diff: pkg/template_binding/lib/src/template.dart

Issue 469823002: Roll polymer to 0.3.5 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: last bit of cleanup Created 6 years, 4 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/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..d3c9c7ae4fd87512f869628601722f8eeb78695d 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() {

Powered by Google App Engine
This is Rietveld 408576698