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