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

Unified Diff: pkg/polymer_expressions/example/streams/mouse_move.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/mouse_move.html
diff --git a/pkg/polymer_expressions/example/streams/mouse_move.html b/pkg/polymer_expressions/example/streams/mouse_move.html
index d4ef3f3016c65d1f8a4142d2fc87e06dde20fec6..2ac61549422de8260089988dfa69f4e755c406f7 100644
--- a/pkg/polymer_expressions/example/streams/mouse_move.html
+++ b/pkg/polymer_expressions/example/streams/mouse_move.html
@@ -13,7 +13,7 @@ BSD-style license that can be found in the LICENSE file.
<script type="application/dart">
import 'dart:html';
import 'package:polymer_expressions/polymer_expressions.dart';
- import 'package:mdv/mdv.dart' as mdv;
+ import 'package:template_binding/template_binding.dart';
main() {
var globals = {

Powered by Google App Engine
This is Rietveld 408576698