dart-archive / angular.dart.tutorial

AngularDart tutorial
MIT License
234 stars 89 forks source link

fix(Chapter_05): add recipe id to recipes.json #95

Closed chalin closed 10 years ago

chalin commented 10 years ago

Chapter 5 code reads an id from the JSON map data, but there is no such field. It doesn’t really affect the Chapter 5 functionality since the id is not used until the next chapter but I see no reason to omit the id in the JSON representation of the recipes. Said another way, this fix eliminates an unnecessary difference with Chapter 6.

kwalrath commented 10 years ago

Thanks!