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

Commit

Permalink
quick fix for registry_dynamic. tests coming
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Apr 30, 2014
1 parent 94084db commit c429aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/registry_dynamic.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export 'package:angular/core/registry.dart' show

var _fieldMetadataCache = new Map<Type, Map<String, DirectiveAnnotation>>();

@Injectable()
class DynamicMetadataExtractor implements MetadataExtractor {
final _fieldAnnotations = [
reflectType(NgAttr),
Expand Down

0 comments on commit c429aa5

Please sign in to comment.