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

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

Issue 507653004: update polymer to 0.3.5 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updating pubspecs and changelogs to reflect breaking change with bug in web_components 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..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() {

Powered by Google App Engine
This is Rietveld 408576698