Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #364 from mixonic/link-to-result
Browse files Browse the repository at this point in the history
link to content results (ember helpers)
  • Loading branch information
rwjblue committed Jun 7, 2015
2 parents 29d16cf + 0633b0d commit 9841734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/htmlbars-runtime/lib/expression-visitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ export var AlwaysDirtyVisitor = merge(createObject(base), {

if (isHelper(env, scope, path)) {
env.hooks.inline(morph, env, scope, path, [], {}, visitor);
if (morph.linkedResult) {
linkParams(env, scope, morph, '@content-helper', [morph.linkedResult], null);
}
return;
}

Expand Down

0 comments on commit 9841734

Please sign in to comment.