edvin
01/09/2017, 7:11 PMpermalmberg
01/09/2017, 7:15 PMpermalmberg
01/09/2017, 7:16 PMjchildress
01/09/2017, 7:26 PMedvin
01/09/2017, 7:36 PMjchildress
01/09/2017, 8:56 PMreloadStylesheetsOnFocus()
functionality. It helps out tremendously.edvin
01/09/2017, 9:21 PMpermalmberg
01/09/2017, 9:38 PMedvin
01/09/2017, 9:45 PMedvin
01/09/2017, 9:46 PMDefaultScope
when you inject those truly global resources, you could just configure them to have a fixed scope.edvin
01/09/2017, 9:57 PMclass MyController : Controller(DefaultScope)
. Even if you look it up form another scope, you'll get the one from the DefaultScope
.carlw
01/09/2017, 9:59 PMcarlw
01/09/2017, 10:00 PMcarlw
01/09/2017, 10:01 PMcarlw
01/09/2017, 10:03 PMcarlw
01/09/2017, 10:17 PMcarlw
01/09/2017, 10:17 PMcarlw
01/09/2017, 10:17 PMcarlw
01/09/2017, 10:17 PMedvin
01/09/2017, 10:17 PMedvin
01/09/2017, 10:17 PMcarlw
01/09/2017, 10:17 PMcarlw
01/09/2017, 10:18 PMedvin
01/09/2017, 10:19 PMedvin
01/09/2017, 10:20 PMedvin
01/09/2017, 10:23 PMedvin
01/09/2017, 10:24 PMcarlw
01/09/2017, 10:28 PMcarlw
01/09/2017, 10:28 PMedvin
01/09/2017, 10:30 PMmodules
call would have to be inside init
, or we'd have to do override val modules
or something.