Skip to content

Commit b4226f8

Browse files
Kenneth Larsensivakumar-kailasam
authored andcommitted
Added missing link to let helper
1 parent ef54d92 commit b4226f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v3.2.0/templates/built-in-helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This will display the result of `this.get('foo.item1')` when index is 1,
3838
and `this.get('foo.item2')` when index is 2, etc.
3939

4040
### Built-in block helpers
41-
Now let's say your template is starting to get a bit cluttered and you now want to clean up the logic in your templates. This can be achieved with the `let` block helper. The [`{{let}}`](#) helper lets you create new bindings in your template.
41+
Now let's say your template is starting to get a bit cluttered and you now want to clean up the logic in your templates. This can be achieved with the `let` block helper. The [`{{let}}`](https://www.emberjs.com/api/ember/release/classes/Ember.Templates.helpers/methods/get?anchor=let) helper lets you create new bindings in your template.
4242

4343
Say your template now looks like this:
4444

0 commit comments

Comments
 (0)