Create a .config
method to allow configuration change in lazy loaded modules
#71
Labels
Milestone
.config
method to allow configuration change in lazy loaded modules
#71
Packages like ui-router allow runtime change of
$stateProvider
but it requires caching of$injector
during theapp.config
phase. AsangularAMD
already does this, exposing this as.config
method allow for post bootstrap.config
call. Here is a sample implementation of lazy loading of$state
fromui-router
:http://bl.ocks.org/marcoslin/b59cfa9a9a44bde04f9f
The text was updated successfully, but these errors were encountered: