Skip to content

Commit 93c331d

Browse files
PatrickJSmhevery
authored andcommitted
fix(decorators.es6): export Directive decorator
Closes angular#1688
1 parent 51c4779 commit 93c331d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/src/core/annotations/decorators.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {makeDecorator, makeParamDecorator} from '../../util/decorators';
99

1010
/* from annotations */
1111
export var Component = makeDecorator(ComponentAnnotation);
12-
export var Decorator = makeDecorator(DirectiveAnnotation);
12+
export var Directive = makeDecorator(DirectiveAnnotation);
1313

1414
/* from view */
1515
export var View = makeDecorator(ViewAnnotation);

0 commit comments

Comments
 (0)