Skip to content

Commit

Permalink
[FEATURE ember-glimmer-angle-bracket-built-ins]
Browse files Browse the repository at this point in the history
Implement `<LinkTo />`.
chancancode committed Mar 19, 2019
1 parent 5ffd191 commit 8261aac
Showing 10 changed files with 4,820 additions and 791 deletions.
2,457 changes: 1,703 additions & 754 deletions packages/@ember/-internals/glimmer/lib/components/link-to.ts

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion packages/@ember/-internals/glimmer/lib/templates/link-to.hbs
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{{#if linkTitle}}{{linkTitle}}{{else}}{{yield}}{{/if}}
{{~#if (has-block)~}}
{{yield}}
{{~else~}}
{{this.linkTitle}}
{{~/if~}}
Loading

0 comments on commit 8261aac

Please sign in to comment.