abuiles / ember-cli-101-errata

18 stars 4 forks source link

Pg71 - queryParams necessary? #207

Closed rich-poole closed 9 years ago

rich-poole commented 9 years ago

Just wondering if/why this is required here? We haven't come across query parameters yet and as far as I can see it doesn't do anything here.

export default Ember.Controller.extend({ queryParams: ['show'], possibleStates: ["borrowed", "returned"],

abuiles commented 9 years ago

that was a mistake, fixed :)