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

Unified Diff: third_party/pkg/angular/lib/filter/limit_to.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/directive/ng_style.dart ('k') | third_party/pkg/angular/lib/filter/module.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/angular/lib/filter/limit_to.dart
diff --git a/third_party/pkg/angular/lib/filter/limit_to.dart b/third_party/pkg/angular/lib/filter/limit_to.dart
index 17d6c35ceebeb1d5e47339ec660731eeb8e583ec..e2889900e28e8d285b4c45de4407bca5be289fcb 100644
--- a/third_party/pkg/angular/lib/filter/limit_to.dart
+++ b/third_party/pkg/angular/lib/filter/limit_to.dart
@@ -37,9 +37,8 @@ part of angular.filter;
@NgFilter(name:'limitTo')
class LimitToFilter {
Injector _injector;
- Parser _parser;
- LimitToFilter(this._injector, this._parser);
+ LimitToFilter(this._injector);
dynamic call(dynamic items, [int limit]) {
if (items == null) {
« no previous file with comments | « third_party/pkg/angular/lib/directive/ng_style.dart ('k') | third_party/pkg/angular/lib/filter/module.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698