Address code review comments
This commit is contained in:
parent
0d0b3a35da
commit
f89bb8eaf3
|
@ -134,7 +134,6 @@ class _DirectiveMetadataVisitor extends Object
|
|||
var sVal =
|
||||
_expressionToString(entry.value, 'Directive#hostListeners values');
|
||||
current.hostListeners[sKey] = sVal;
|
||||
;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
library examples.hello_world.index_common_dart.ng_deps.dart;
|
||||
|
||||
import 'hello.dart';
|
||||
import 'package:angular2/angular2.dart'
|
||||
show bootstrap, Component, Decorator, View, NgElement;
|
||||
import 'package:angular2/angular2.dart';
|
||||
|
||||
bool _visited = false;
|
||||
void initReflector(reflector) {
|
||||
|
|
Loading…
Reference in New Issue