We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eff2b8 commit c8074f2Copy full SHA for c8074f2
‎tests/dummy/app/pods/docs/how-it-works/template.md‎
@@ -31,7 +31,7 @@ Let's say in your Ember Data world you have a `User` model.
31
/** Computed
32
------------------------------------------------- */
33
34
- @computed('firstName', 'lastName') fullName() {
+ @computed('firstName', 'lastName') get fullName() {
35
return `${this.firstName} ${this.lastName}`;
36
}
37
0 commit comments