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

Unified Diff: pkg/polymer_expressions/example/streams/count_clicks.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
Index: pkg/polymer_expressions/example/streams/count_clicks.html
diff --git a/pkg/polymer_expressions/example/streams/count_clicks.html b/pkg/polymer_expressions/example/streams/count_clicks.html
index 705a1806f02e551bca51f4ddd81709b07670d8ce..01a1667ed9805057c9c7d5e938baf866ff94ebba 100644
--- a/pkg/polymer_expressions/example/streams/count_clicks.html
+++ b/pkg/polymer_expressions/example/streams/count_clicks.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';
count(StreamBinding s) {

Powered by Google App Engine
This is Rietveld 408576698