Vheissu / aurelia-for-real-world-web-applications-book-feedback

Post feedback as issues here on Github for the Aurelia book. Be as descriptive and honest as you like.
15 stars 0 forks source link

Progressive enhancement typo #55

Closed Vheissu closed 8 years ago

Vheissu commented 8 years ago

From a reader:

On page 41 in the basic example section of the progressive enhancement chapter, you have the initial custom element binding like this: but the array you pass in the main.js is named 'productData', so doesn't get bound to 'products' as it is looking for 'myData'.