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

Unified Diff: third_party/pkg/js/example/jsonp/jsonp.html

Issue 180873006: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback Created 6 years, 10 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
« no previous file with comments | « third_party/pkg/js/example/jsonp/jsonp.dart ('k') | third_party/pkg/js/example/twitter/twitter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/js/example/jsonp/jsonp.html
diff --git a/samples/jsonp/web/index.html b/third_party/pkg/js/example/jsonp/jsonp.html
similarity index 65%
copy from samples/jsonp/web/index.html
copy to third_party/pkg/js/example/jsonp/jsonp.html
index 5102571b4f37ed1e213d7d38c806e13c34254807..01ac62b00ebc4d8d7b9498092f1e2b99b8f11ca2 100644
--- a/samples/jsonp/web/index.html
+++ b/third_party/pkg/js/example/jsonp/jsonp.html
@@ -1,10 +1,4 @@
<!DOCTYPE html>
-
-<!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
- for details. All rights reserved. Use of this source code is governed by a
- BSD-style license that can be found in the LICENSE file.
--->
-
<html>
<head>
<meta charset="utf-8">
@@ -21,7 +15,7 @@
<tbody></tbody>
</table>
</div>
- <script type="application/dart" src="index.dart"></script>
+ <script type="application/dart" src="jsonp.dart"></script>
<script src="packages/browser/dart.js"></script>
<script src="packages/browser/interop.js"></script>
</body>
« no previous file with comments | « third_party/pkg/js/example/jsonp/jsonp.dart ('k') | third_party/pkg/js/example/twitter/twitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698