Skip to content

Commit f89bb8e

Browse files
author
Tim Blasi
committed
Address code review comments
1 parent 0d0b3a3 commit f89bb8e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

modules/angular2/src/transform/template_compiler/directive_metadata_reader.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ class _DirectiveMetadataVisitor extends Object
134134
var sVal =
135135
_expressionToString(entry.value, 'Directive#hostListeners values');
136136
current.hostListeners[sKey] = sVal;
137-
;
138137
}
139138
}
140139
}

modules/angular2/test/transform/template_compiler/directive_metadata_files/compile_children.ng_deps.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
library examples.hello_world.index_common_dart.ng_deps.dart;
22

33
import 'hello.dart';
4-
import 'package:angular2/angular2.dart'
5-
show bootstrap, Component, Decorator, View, NgElement;
4+
import 'package:angular2/angular2.dart';
65

76
bool _visited = false;
87
void initReflector(reflector) {

0 commit comments

Comments
 (0)