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

Unified Diff: third_party/pkg/angular/test/core_dom/directive_spec.dart

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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/core_dom/directive_spec.dart
diff --git a/third_party/pkg/angular/test/core_dom/directive_spec.dart b/third_party/pkg/angular/test/core_dom/directive_spec.dart
index 26330eb000b92615789e87bb4c1ec6303b47fed0..b80f5f4f62803f134e65f01d36905742ed6aa49e 100644
--- a/third_party/pkg/angular/test/core_dom/directive_spec.dart
+++ b/third_party/pkg/angular/test/core_dom/directive_spec.dart
@@ -8,11 +8,11 @@ main() {
var nodeAttrs;
TestBed _;
- beforeEach(inject((TestBed tb) {
+ beforeEach((TestBed tb) {
_ = tb;
element = _.compile('<div foo="bar" foo-bar="baz" foo-bar-baz="foo"></div>');
nodeAttrs = new NodeAttrs(element);
- }));
+ });
it('should transform names to camel case', () {
expect(nodeAttrs['foo']).toEqual('bar');

Powered by Google App Engine
This is Rietveld 408576698