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

Commit

Permalink
feat: return decorated component def in decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Jul 9, 2015
1 parent b0b96c9 commit 516f35d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/segment-decorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ function segmentDecoratorFactory(router) {

router.deregisterComponent(routeName, this)
}

return componentDef
}
}

0 comments on commit 516f35d

Please sign in to comment.