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

Unified Diff: pkg/polymer_expressions/example/streams/collect_key_press.html

Issue 74063004: Remove imports of mdv from stream examples (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | pkg/polymer_expressions/example/streams/count_clicks.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer_expressions/example/streams/collect_key_press.html
diff --git a/pkg/polymer_expressions/example/streams/collect_key_press.html b/pkg/polymer_expressions/example/streams/collect_key_press.html
index f2140564eecf3689bf3cd86a8a635c8c31991f09..0bd7ffe6cfc85591938f6956ac05b680f375ae4b 100644
--- a/pkg/polymer_expressions/example/streams/collect_key_press.html
+++ b/pkg/polymer_expressions/example/streams/collect_key_press.html
@@ -15,7 +15,7 @@ BSD-style license that can be found in the LICENSE file.
import 'dart:html';
import 'package:polymer_expressions/polymer_expressions.dart';
import 'package:polymer_expressions/async.dart';
- import 'package:mdv/mdv.dart' as mdv;
+ import 'package:template_binding/template_binding.dart';
import 'package:observe/observe.dart';
Iterable collect(StreamBinding s) {
« no previous file with comments | « no previous file | pkg/polymer_expressions/example/streams/count_clicks.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698