mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
3ce40ab870
WTD-1515
26 lines
694 B
JSON
26 lines
694 B
JSON
{
|
|
"extensions": {
|
|
"representers": [
|
|
{
|
|
"implementation": "ConductorRepresenter.js",
|
|
"depends": [ "conductorService", "$compile", "views[]" ]
|
|
}
|
|
],
|
|
"components": [
|
|
{
|
|
"type": "decorator",
|
|
"provides": "capabilityService",
|
|
"implementation": "ConductorCapabilityDecorator.js",
|
|
"depends": [ "conductorService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "conductorService",
|
|
"implementation": "ConductorService.js",
|
|
"depends": [ "now" ]
|
|
}
|
|
]
|
|
}
|
|
}
|