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

Unified Diff: example/component/news/web/index.html

Issue 20863002: Introduce boot.js: this finally makes it possible to load and run Todomvc (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 5 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: example/component/news/web/index.html
diff --git a/example/component/news/web/index.html b/example/component/news/web/index.html
index 8e3d051c69a2ff820340c38755c7867919e5b40d..3354d9bb736d3ac685f0b5f788feed1a6ea59330 100644
--- a/example/component/news/web/index.html
+++ b/example/component/news/web/index.html
@@ -7,6 +7,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
<head>
<title>Simple Web Components Example</title>
<link rel="import" href="news-component.html">
+ <script src='packages/polymer/boot.js'></script>
</head>
<body>
<h1>Simple Web Components Example</h1>
« no previous file with comments | « example/component/news/test/expected/news_index_test.html.txt ('k') | example/component/news/web/news-component.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698