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

Side by Side Diff: src/site/docs/tutorials/indexeddb/examples/count_down/out/web/tute_milestone.html

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: provided redirects for web UI tutes, put deprecated notice in code lab 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <body> 4 <body>
5 <polymer-element name="x-milestone" attributes="milestone"> 5 <polymer-element name="tute-milestone" attributes="milestone">
6 <template> 6 <template>
7 <span>{{milestone.timeRemainingAsString}}</span> <button on-click="remov eMilestone">-</button> 7 <span>{{milestone.timeRemainingAsString}}</span> <button on-click="remov eMilestone">-</button>
8 </template> 8 </template>
9 <script type="application/dart" src="xmilestone.dart"></script> 9 <script type="application/dart" src="tute_milestone.dart"></script>
10 </polymer-element> 10 </polymer-element>
11 </body> 11 </body>
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698