mirror of
https://github.com/nasa/openmct.git
synced 2025-01-13 16:29:57 +00:00
bf4765fcb6
Bind changes to the displayed time controller to changes to the underlying state of the time conductor, WTD-1515.
24 lines
608 B
JSON
24 lines
608 B
JSON
{
|
|
"extensions": {
|
|
"representers": [
|
|
{
|
|
"implementation": "ConductorRepresenter.js",
|
|
"depends": [ "conductorService", "$compile", "views[]" ]
|
|
}
|
|
],
|
|
"components": [
|
|
{
|
|
"implementation": "ConductorCapabilityDecorator.js",
|
|
"depends": [ "conductorService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "conductorService",
|
|
"implementation": "ConductorService.js",
|
|
"depends": [ "now" ]
|
|
}
|
|
]
|
|
}
|
|
}
|