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

Unified Diff: third_party/pkg/angular/lib/directive/ng_bind.dart

Issue 176943008: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: third_party/pkg/angular/lib/directive/ng_bind.dart
diff --git a/third_party/pkg/angular/lib/directive/ng_bind.dart b/third_party/pkg/angular/lib/directive/ng_bind.dart
index 19335a854e20101b273669e93c7ad307fdfdb7b7..074eeb1ced58046adb86c6598b0581cbe96dec31 100644
--- a/third_party/pkg/angular/lib/directive/ng_bind.dart
+++ b/third_party/pkg/angular/lib/directive/ng_bind.dart
@@ -19,7 +19,7 @@ part of angular.directive;
selector: '[ng-bind]',
map: const {'ng-bind': '=>value'})
class NgBindDirective {
- dom.Element element;
+ final dom.Element element;
NgBindDirective(this.element);

Powered by Google App Engine
This is Rietveld 408576698