Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Update recipe_book.dart #94

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Chapter_05/lib/recipe_book.dart
Expand Up @@ -29,7 +29,7 @@ kitchen and took the recipe book with him!""";
Map<String, bool> categoryFilterMap = {};
String nameFilterString = "";

RecipeBookController(Http this._http) {
RecipeBookController(this._http) {
_loadData();
}

Expand Down