rockandrollwithemberjs / rarwe-issues

Errata and updates for the Rock and Roll with Ember.js book
https://rockandrollwithemberjs.com
43 stars 4 forks source link

wrong property used in template #455

Closed tibomogul closed 3 years ago

tibomogul commented 4 years ago

In the Ember 3 book, chapter on Helpers, page 254 in the PDF version, the template uses this.newSongTitle for the placeholder. It should be this.newSongPlaceholder.

balinterdi commented 4 years ago

Thanks, fixed!