Say initialModel instead of model

This commit is contained in:
Richard Feldman
2016-09-01 08:00:33 -07:00
parent 18b8723f16
commit 5fd5863b53

View File

@@ -4,7 +4,7 @@ import Html exposing (..)
import Html.Attributes exposing (..) import Html.Attributes exposing (..)
model = initialModel =
{ result = { result =
{ id = 1 { id = 1
, name = "TheSeamau5/elm-checkerboardgrid-tutorial" , name = "TheSeamau5/elm-checkerboardgrid-tutorial"
@@ -35,4 +35,4 @@ view model =
main = main =
view model view initialModel