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

Unified Diff: third_party/pkg/angular/lib/core/filter.dart

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/angular/lib/core/directive.dart ('k') | third_party/pkg/angular/lib/core/interpolate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/lib/core/filter.dart
diff --git a/third_party/pkg/angular/lib/core/filter.dart b/third_party/pkg/angular/lib/core/filter.dart
index fa0faca45b5a351f1b63cc01d616909a2b09b960..6b8740754aae442287027965d76ccda2c31f741a 100644
--- a/third_party/pkg/angular/lib/core/filter.dart
+++ b/third_party/pkg/angular/lib/core/filter.dart
@@ -40,9 +40,9 @@ class NgFilter {
@NgInjectableService()
class FilterMap extends AnnotationMap<NgFilter> {
Injector _injector;
- FilterMap(Injector injector, MetadataExtractor extractMetadata) : super(injector, extractMetadata) {
- this._injector = injector;
- }
+ FilterMap(Injector injector, MetadataExtractor extractMetadata) :
+ this._injector = injector,
+ super(injector, extractMetadata);
call(String name) {
var filter = new NgFilter(name:name);
« no previous file with comments | « third_party/pkg/angular/lib/core/directive.dart ('k') | third_party/pkg/angular/lib/core/interpolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698