Update part10 to do advanced search options

This commit is contained in:
Richard Feldman
2016-09-06 00:33:00 -07:00
parent 5c162a8d39
commit 9c278e2574
3 changed files with 127 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ main =
Html.program
{ view = view
, update = update githubSearch
, init = ( initialModel, githubSearch (getQueryString initialModel.query) )
, init = ( initialModel, githubSearch (getQueryString initialModel) )
, subscriptions = \_ -> githubResponse decodeResponse
}