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

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

Issue 34453003: Rename mdv -> template_binding, remove experiemntal apis from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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/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 c6cd1ccbed1b00880dc9a810f6db01b2ddbc865f..d4ef3f3016c65d1f8a4142d2fc87e06dde20fec6 100644
--- a/pkg/polymer_expressions/example/streams/mouse_move.html
+++ b/pkg/polymer_expressions/example/streams/mouse_move.html
@@ -16,13 +16,11 @@ BSD-style license that can be found in the LICENSE file.
import 'package:mdv/mdv.dart' as mdv;
main() {
- mdv.initialize();
-
var globals = {
'mouse': document.onMouseMove,
};
- query('#test')
+ templateBind(query('#test'))
..bindingDelegate = new PolymerExpressions(globals: globals)
..model = null;
}

Powered by Google App Engine
This is Rietveld 408576698