abuiles / ember-cli-101-errata

18 stars 4 forks source link

Page 74: Simple typo (model.state => article.state) #174

Closed jbinto closed 9 years ago

jbinto commented 9 years ago

On Page 74 there is the following excerpt:

"Then we set up an observer on the model.state property. By default, observers are not set up until the function where they are specified is consumed."

The code is actually observing article.state.

abuiles commented 9 years ago

Thanks!