Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(codegen): Add missing @Injectable annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cbracken authored and [email protected] committed Apr 24, 2014
1 parent 3dfa172 commit a437519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core_dom/transcluding_component_factory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class ContentPort {
}
}

@Injectable()
class TranscludingComponentFactory implements ComponentFactory {
final Expando _expando;

Expand Down

0 comments on commit a437519

Please sign in to comment.