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

Unified Diff: third_party/pkg/angular/test/io/test_files/main.dart

Issue 1058283006: Update pubspecs and dependencies to get pkgbuild tests working. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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: third_party/pkg/angular/test/io/test_files/main.dart
diff --git a/third_party/pkg/angular/test/io/test_files/main.dart b/third_party/pkg/angular/test/io/test_files/main.dart
deleted file mode 100644
index 508fb45a982666e6c9a2192987905980a4d56169..0000000000000000000000000000000000000000
--- a/third_party/pkg/angular/test/io/test_files/main.dart
+++ /dev/null
@@ -1,40 +0,0 @@
-library test_files.main;
-
-import 'package:angular/core/module.dart';
-
-@NgDirective(
- children: NgAnnotation.TRANSCLUDE_CHILDREN,
- selector:'[ng-if]',
- map: const {'.': '=>ngIfCondition'})
-class NgIfDirective {
- bool ngIfCondition;
-}
-
-@NgComponent(
- selector: 'my-component',
- map: const {
- 'attr': '@attr',
- 'expr': '=>expr'
- },
- template: '<div>{{ctrl.inline.template.expression}}</div>',
- exportExpressionAttrs: const ['exported-attr'],
- exportExpressions: const ['exported + expression'])
-class MyComponent {
- @NgOneWay('another-expression')
- String anotherExpression;
-
- @NgCallback('callback')
- set callback(Function) {}
-
- set twoWayStuff(String abc) {}
- @NgTwoWay('two-way-stuff')
- String get twoWayStuff => null;
-}
-
-class CssUrlsString {
-
-}
-
-class CssUrlsList {
-
-}
« no previous file with comments | « third_party/pkg/angular/test/io/test_files/cssUrls/two.css ('k') | third_party/pkg/angular/test/io/test_files/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698