mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Core] Specs for model service components
Fill in specs for model service components, part of bundle platform/core; WTD-573.
This commit is contained in:
@ -20,10 +20,10 @@ define(
|
||||
*
|
||||
* @constructor
|
||||
*/
|
||||
function RootModelProvider(roots, $log) {
|
||||
function RootModelProvider(roots, $q, $log) {
|
||||
// Pull out identifiers to used as ROOT's
|
||||
var ids = roots.map(function (root) { return root.id; }),
|
||||
baseProvider = new StaticModelProvider(roots, $log);
|
||||
baseProvider = new StaticModelProvider(roots, $q, $log);
|
||||
|
||||
function addRoot(models) {
|
||||
models.ROOT = {
|
||||
|
Reference in New Issue
Block a user