Skip to content

Commit

Permalink
fix(DirectiveResolver): Synced with latest changes
Browse files Browse the repository at this point in the history
Closes #3928
  • Loading branch information
vicb committed Sep 5, 2015
1 parent 3d38ec8 commit 86bda28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/angular2/src/core/compiler/directive_resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export class DirectiveResolver {
properties: mergedProperties,
events: mergedEvents,
host: mergedHost,
lifecycle: dm.lifecycle,
bindings: dm.bindings,
exportAs: dm.exportAs,
compileChildren: dm.compileChildren,
Expand All @@ -106,7 +105,6 @@ export class DirectiveResolver {
properties: mergedProperties,
events: mergedEvents,
host: mergedHost,
lifecycle: dm.lifecycle,
bindings: dm.bindings,
exportAs: dm.exportAs,
compileChildren: dm.compileChildren
Expand Down

0 comments on commit 86bda28

Please sign in to comment.