mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Framework] Continue implementing fundamentals
Continue implementing classes which represent fundamental concepts within the framework layer. WTD-518. In particular, add methods which will be useful during the extension resolution phase of framework start up.
This commit is contained in:
@ -12,7 +12,8 @@ define(
|
||||
[
|
||||
'require',
|
||||
'../lib/es6-promise-2.0.0.min',
|
||||
'../lib/angular.min'
|
||||
'../lib/angular.min',
|
||||
'./BundleLoader'
|
||||
],
|
||||
function (require, es6promise, angular) {
|
||||
"use strict";
|
||||
|
Reference in New Issue
Block a user