abuiles / ember-101

https://leanpub.com/ember-cli-101
95 stars 23 forks source link

Mention of non-existent property #85

Open bendycode opened 8 years ago

bendycode commented 8 years ago

In the section "Using components to mark a loan as returned", the description of app/components/loans/loan-row.js says "Also we defined two properties loan and loanStates with value null...".

The code for loan-row.js does not have a loanStates property. I'd submit a pull request removing this, but am unsure why this happened, and whether removing the mention of loanStates is the appropriate fix.

abuiles commented 8 years ago

@bendycode hey thanks! you are correct, that is not longer used. I missed that too after the update.