Skip to content

Commit e1bd4ac

Browse files
committed
chore: remove left over injector
1 parent 916bc6e commit e1bd4ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/directive/ng_include.dart

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@ class NgInclude {
2323
final dom.Element element;
2424
final Scope scope;
2525
final ViewCache viewCache;
26-
final Injector appInjector;
2726
final DirectiveInjector directiveInjector;
2827
final DirectiveMap directives;
2928

3029
View _view;
3130
Scope _scope;
3231

3332
NgInclude(this.element, this.scope, this.viewCache,
34-
this.directiveInjector, this.appInjector, this.directives);
33+
this.directiveInjector, this.directives);
3534

3635
_cleanUp() {
3736
if (_view == null) return;

0 commit comments

Comments
 (0)