Skip to content

Commit 062985e

Browse files
Merge pull request #170 from John-E5/emberjs-guides-fork
Added one sentence to say what a helper is #159
2 parents cd471d2 + cf2996b commit 062985e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

guides/v3.4.0/templates/handlebars-basics.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ controllers and components.
4646

4747
### Helpers
4848

49+
Ember Helpers are functions that can compute values and can be used in any template.
50+
4951
Ember gives you the ability to [write your own helpers](../writing-helpers/), to bring a minimum of logic into Ember templating.
5052

5153
For example, let's say you would like the ability to add a few numbers together, without needing to define a computed property everywhere you would like to do so.

0 commit comments

Comments
 (0)