1
0
Fork 0
mirror of https://github.com/correl/elm-mdl.git synced 2025-04-08 17:00:05 -09:00
This commit is contained in:
Søren Debois 2016-04-15 16:53:47 +02:00
parent 40b0eaf017
commit cc4da1c07f

View file

@ -306,7 +306,7 @@ type alias Instance container obs =
...
div
[]
[ myButton.view addr [] model.mdl ]
[ myButton.view addr model.mdl [ Button.colored ] [ text "Click me!" ]
-}
instance :
Int