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

Unified Diff: example/explainer/countcomponent5.html

Issue 11416259: fix #136, support watch exprs and two way bindings for component fields (Closed) Base URL: https://github.com/dart-lang/dart-web-components.git@master
Patch Set: Created 8 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 | example/todomvc/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: example/explainer/countcomponent5.html
diff --git a/example/explainer/countcomponent5.html b/example/explainer/countcomponent5.html
index e63ba1a051b53d4cae9400f6038ea542521d9064..526d2d276e5e38806abff168a517c101499897e5 100644
--- a/example/explainer/countcomponent5.html
+++ b/example/explainer/countcomponent5.html
@@ -29,8 +29,8 @@ BSD-style license that can be found in the LICENSE file.
</script>
</element>
<div class="well">
- <div is="x-click-counter" data-value="count: myNumber"></div>
- <div is="x-click-counter" data-value="count: 5"></div>
+ <div is="x-click-counter" count="{{myNumber}}"></div>
+ <div is="x-click-counter" count="{{5}}"></div>
</div>
<script type="application/dart">
int myNumber = 12;
« no previous file with comments | « no previous file | example/todomvc/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698