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

Commit

Permalink
Adding some missing @MirrorsUsed targets.
Browse files Browse the repository at this point in the history
In updating the angular.dart.tutorial (https://github.com/angular/angular.dart.tutorial), these Angular targets appeared to be missing.
  • Loading branch information
blois committed Jan 30, 2014
1 parent cf764dc commit 928b163
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/angular.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import 'package:di/dynamic_injector.dart';
'angular.perf',
'angular.directive',
'angular.routing',
'angular.core.parser.Parser',
'angular.core.parser.dynamic_parser',
'angular.core.parser.lexer',
'perf_api',
Expand All @@ -45,7 +46,8 @@ metaTargets: const [
NgInjectableService,
NgDirective,
NgController,
NgComponent
NgComponent,
NgFilter
])
import 'dart:mirrors' show MirrorsUsed;

Expand Down

0 comments on commit 928b163

Please sign in to comment.