Index: src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html |
diff --git a/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html b/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html |
index bdf4ad2ad9f53b87e0ab2aae702bb3a73a939160..32ebda5c2326be530d6abdfdfe81f8e3628decdf 100644 |
--- a/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html |
+++ b/src/site/docs/tutorials/fetchdata/examples/its_all_about_you/out/web/index.html |
@@ -99,8 +99,8 @@ |
</tr> |
<tr> |
<td align="right">I love chocolate!</td> |
- <td><input type="radio" on-change="showJson" name="chocolate" class="true" checked="">True |
- <input type="radio" on-change="showJson" name="chocolate" class="false">False |
+ <td><input type="radio" on-change="showJson" name="chocolate" id="lovechocolate" checked="">True |
+ <input type="radio" on-change="showJson" name="chocolate" id="noloveforchocolate">False |
</td> |
<td>bool</td> |
<td><span class="result"> {{boolAsJson}} </span></td> |
@@ -116,9 +116,9 @@ |
</polymer-element> |
<h1>It's All About You</h1> |
- |
+ |
<tute-its-all-about-you></tute-its-all-about-you> |
-<script type="application/dart" src="index.html_bootstrap.dart"></script><script src="packages/browser/dart.js"></script></body></html> |
+<script type="application/dart" src="index.html_bootstrap.dart"></script><script src="packages/browser/dart.js"></script></body></html> |