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

Commit

Permalink
fix(ShadowDomComponentFactory): annotate ShadowDomComponentFactory with
Browse files Browse the repository at this point in the history
@Injectable so that appropriate entry in static factories in generated.

Closes #963
  • Loading branch information
mvuksano authored and vicb committed Apr 27, 2014
1 parent 93184db commit 61ce182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core_dom/shadow_dom_component_factory.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ abstract class ComponentFactory {
}
}

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

Expand Down

0 comments on commit 61ce182

Please sign in to comment.