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

Commit

Permalink
fix(tests): Use updated annotation type
Browse files Browse the repository at this point in the history
Closes #948
  • Loading branch information
cbracken authored and mhevery committed Apr 24, 2014
1 parent 2ec6472 commit c93a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/test_files/routing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:angular/core/annotation_src.dart';
import 'package:angular/routing/module.dart';
import 'package:di/di.dart';

@NgDirective(
@Decorator(
selector:'[ng-if]',
map: const {'.': '=>ngIfCondition'})
class NgIfDirective {
Expand Down

0 comments on commit c93a1bd

Please sign in to comment.