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

Unified Diff: samples/third_party/angular_todo/pubspec.yaml

Issue 66123002: fix angular sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: samples/third_party/angular_todo/pubspec.yaml
diff --git a/samples/third_party/angular_todo/pubspec.yaml b/samples/third_party/angular_todo/pubspec.yaml
index e0e04e33cf2f99a65b7526db379fa6549148081f..86e905bf1a203dee6fe811ef44af31f03623899d 100644
--- a/samples/third_party/angular_todo/pubspec.yaml
+++ b/samples/third_party/angular_todo/pubspec.yaml
@@ -1,9 +1,9 @@
name: angular_dart_demo
version: 0.0.2
dependencies:
- angular: any
- browser: ">=0.9.0 <0.10.0"
- js: ">=0.9.0 <0.10.0"
- unittest: ">=0.9.0 <0.10.0"
+ angular: ">=0.9.0 <0.10.0"
+ browser: ">=0.8.0 <0.9.0"
+ js: ">=0.1.0 <0.2.0"
+ unittest: ">=0.8.0 <0.9.0"
environment:
sdk: ">=0.8.10+6 <2.0.0"
« no previous file with comments | « no previous file | samples/third_party/angular_todo/todo.dart » ('j') | samples/third_party/angular_todo/todo.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698