mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 05:08:15 +00:00
[Framework] Add bootstrapper
Add an application bootstrapper, responsible for handling the Angular bootstrapping phase of framework layer initialization. WTD-518.
This commit is contained in:
@ -45,7 +45,7 @@ define(
|
||||
return loader.loadBundles(bundleList)
|
||||
.then(resolver.resolveBundles)
|
||||
.then(registrar.registerExtensions)
|
||||
.then(bootstrapper.bootstrapApplication);
|
||||
.then(bootstrapper.bootstrap);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user